Skip to content

Commit

Permalink
Merge pull request #318 from opeolluwa/master
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
opeolluwa authored May 14, 2024
2 parents a52dd8a + a90b4c8 commit c289e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ 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 c289e51

Please sign in to comment.