yarn cache clean

This commit is contained in:
benedetta davico
2025-04-03 17:05:53 +02:00
committed by GitHub
parent c4324640e2
commit c495f35eff
@@ -70,6 +70,10 @@ jobs:
- name: Set Cargo build target to x86_64
run: echo "CARGO_BUILD_TARGET=x86_64-apple-darwin" >> $GITHUB_ENV
- name: yarn cache clean
shell: bash
run: cd .. && yarn cache clean
- name: Install project dependencies
shell: bash
run: cd .. && yarn --network-timeout 100000
@@ -87,7 +91,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
run: |
yarn && yarn build-macx86
yarn install && yarn build-macx86
- name: Upload Artifact
uses: actions/upload-artifact@v4