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 82ac275 commit 968668cCopy full SHA for 968668c
.github/workflows/rust.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Install system dependencies (Linux)
61
run: |
62
sudo apt update
63
- sudo apt install -y libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
+ sudo apt install -y libwebkit2gtk-4.1-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
64
65
- name: Install Node.js dependencies
66
run: npm ci
0 commit comments