Skip to content

Commit 60f1589

Browse files
committed
bun install?
1 parent 58e72e3 commit 60f1589

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)