Skip to content

Commit

Permalink
fix: add tauri deps to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed Jun 20, 2024
1 parent cc8a210 commit 49866f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
- name: Install playwright
run: pnpm dlx playwright install --with-deps

- name: install tauri dependencies
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Lint, Build, Test
run: 'pnpm moon ci --job ${{ matrix.index }} --jobTotal 3 :lint :build :coverage'

Expand Down

0 comments on commit 49866f3

Please sign in to comment.