From ef13b853e14f66cab4b59389bdb5d5d26b376e7b Mon Sep 17 00:00:00 2001 From: Youwen Wu <38934577+couscousdude@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:39:11 -0800 Subject: [PATCH] fix: change yarn to npm in gh action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4956ae9..c251775 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf - name: install frontend dependencies - run: yarn install # change this to npm or pnpm depending on which one you use + run: npm install # change this to npm or pnpm depending on which one you use - uses: tauri-apps/tauri-action@v0 env: