Skip to content

Commit

Permalink
Only install tauri deps on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Sep 11, 2023
1 parent c795103 commit 8c110a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
- name: Tauri deps
if: matrix.os == 'ubuntu-latest'
run:
sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
- name: Build
Expand Down

0 comments on commit 8c110a0

Please sign in to comment.