Skip to content

Commit

Permalink
Ensure tauri deps are installed during build_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Sep 17, 2024
1 parent 9016369 commit cabc72f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
fetch-depth: 0
submodules: recursive

- name: Install dependencies (Linux)
if: matrix.os == 'ubuntu-latest-8-cores'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down

0 comments on commit cabc72f

Please sign in to comment.