chore: attempt fix nightly workflow
mellbacon committed
Jul 14, 2023 at 15:42 UTC
999479673991a26737e0aa6a34bdb3bfa972348d
1 file changed
+1
-1
.github/workflows/main.yml
+1
-1
@@ -31,7 +31,7 @@ jobs:
31
cache: 'yarn'
32
33
- name: Install frontend dependencies
34
- run: yarn install
34
+ run: yarn upgrade && yarn install
35
36
- name: Build app
37
run: yarn tauri build