Skip to content

Commit 625c146

Browse files
authored
Update rust.yml
1 parent 940048e commit 625c146

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
targets: wasm32-unknown-unknown,x86_64-unknown-linux-gnu
2222

2323
- name: install dependencies (ubuntu only)
24-
if: matrix.platform == 'ubuntu-20.04'
2524
run: |
2625
sudo apt-get update
27-
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
26+
sudo apt-get install -y webkit2gtk-4.1 libxdo-dev libayatana-appindicator3-dev
2827
2928
- name: Run tests for crate
3029
run: cargo test --verbose

0 commit comments

Comments
 (0)