Skip to content

Commit

Permalink
Install linux dependencies for build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBernardino committed Apr 8, 2024
1 parent c9111ab commit 6a65065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
with:
key: ${{ matrix.config.rust_target }}

- name: Install webkit2gtk (ubuntu only)
- name: Install linux dependencies (ubuntu only)
if: matrix.config.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt-get install -y libwebkit2gtk-4.0-dev
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
- name: Install dependencies
run: |
Expand Down

0 comments on commit 6a65065

Please sign in to comment.