Skip to content

Commit

Permalink
Merge pull request #336 from opeolluwa/master
Browse files Browse the repository at this point in the history
update buils sscript
  • Loading branch information
opeolluwa authored May 23, 2024
2 parents a3dda6b + 243100a commit 4340241
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4340241

Please sign in to comment.