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 940048e commit 625c146Copy full SHA for 625c146
.github/workflows/rust.yml
@@ -21,10 +21,9 @@ jobs:
21
targets: wasm32-unknown-unknown,x86_64-unknown-linux-gnu
22
23
- name: install dependencies (ubuntu only)
24
- if: matrix.platform == 'ubuntu-20.04'
25
run: |
26
sudo apt-get update
27
- sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
+ sudo apt-get install -y webkit2gtk-4.1 libxdo-dev libayatana-appindicator3-dev
28
29
- name: Run tests for crate
30
run: cargo test --verbose
0 commit comments