Skip to content

Commit

Permalink
add installation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dm0d committed Oct 7, 2023
1 parent f885d26 commit 47b2466
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
toolchain: stable
override: true

- name: install dependencies (ubuntu only)
run: |
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libssl-dev
- name: Install dependencies
working-directory: ./src-tauri
run: cargo build --verbose
Expand Down

0 comments on commit 47b2466

Please sign in to comment.