From b9f3d14b91d69d57c4e7939e5e1a29ba7658f81f Mon Sep 17 00:00:00 2001 From: Adeoye Adefemi Date: Thu, 23 May 2024 20:23:29 +0100 Subject: [PATCH] chore: update the build script --- .github/workflows/bundle.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index 3f5c5da..f8817da 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -35,8 +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 - - name: install component dependencies - run: cd ../components && yarn install + - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}