Skip to content

Commit

Permalink
Ensure that Tauri required dependencies are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Sep 17, 2024
1 parent 5f7109b commit e99d315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,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: Setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit e99d315

Please sign in to comment.