bun install?

This commit is contained in:
CJ Pais 2025-06-25 17:09:24 -07:00
parent 58e72e38d6
commit 60f1589c97

View file

@ -39,12 +39,10 @@ jobs:
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
run: bun install # change this to npm, pnpm or bun depending on which one you use.
- name: import Apple Developer Certificate
# Prevents keychain from locking automatically for 3600 seconds.