Skip to content

Commit

Permalink
Update build-cache.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera authored Aug 2, 2024
1 parent d941cc4 commit 62b1dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
workspaces: './src-tauri -> target'

- name: Yarn install FE dependencies
run: yarn --prefer-offline --frozen-lockfile install
run: yarn --prefer-offline --frozen-lockfile --network-timeout 1000000 install

- name: Build tauri App
uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 62b1dc6

Please sign in to comment.