From 60f1589c97ce881e68c0c7f866908c9b02ef0707 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Wed, 25 Jun 2025 17:09:24 -0700 Subject: [PATCH] bun install? --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d368cf8..1ac0153 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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.