File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,10 @@ jobs:
3939 if : matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
4040 run : |
4141 sudo apt-get update
42- sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
43- # webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
44- # You can remove the one that doesn't apply to your app to speed up the workflow a bit.
42+ sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
4543
4644 - name : install frontend dependencies
47- run : yarn install # change this to npm, pnpm or bun depending on which one you use.
45+ run : bun install # change this to npm, pnpm or bun depending on which one you use.
4846
4947 - name : import Apple Developer Certificate
5048 # Prevents keychain from locking automatically for 3600 seconds.
You can’t perform that action at this time.
0 commit comments