Skip to content

Commit 90ae399

Browse files
authored
Update rust.yml
1 parent 87ab2a2 commit 90ae399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions-rs/clippy@master
3030
with:
3131
args: --all-features --all-targets
32-
- run: sudo apt-get install pkg-config libgtk-3-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev
32+
- run: sudo apt-get install pkg-config libgtk-3-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev
3333
- name: Build
3434
run: cargo build --verbose
3535
- name: Run tests

0 commit comments

Comments
 (0)