Skip to content

Commit

Permalink
♾️ Fix yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
yvvki committed Dec 17, 2023
1 parent 7d80560 commit 78388bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
node-version: 'lts/*'
check-latest: true
cache: 'yarn'
- run: yarn install --frozen-lockfile
# https://stackoverflow.com/a/69944063/14511192
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn tauri build

0 comments on commit 78388bb

Please sign in to comment.