We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ab2a2 commit 90ae399Copy full SHA for 90ae399
.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions-rs/clippy@master
30
with:
31
args: --all-features --all-targets
32
- - run: sudo apt-get install pkg-config libgtk-3-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev
+ - run: sudo apt-get install pkg-config libgtk-3-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev
33
- name: Build
34
run: cargo build --verbose
35
- name: Run tests
0 commit comments