Skip to content

Commit

Permalink
ci: add libsoup-3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 14, 2023
1 parent 9a4988a commit 47a7038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: swatinem/rust-cache@v2

- name: Install xmllint
run: sudo apt-get install -y libgtk-3-dev
run: sudo apt-get install -y libgtk-3-dev libsoup-3.0-dev


- name: Check out code
Expand Down

0 comments on commit 47a7038

Please sign in to comment.