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 82d99ec commit 651d6d8Copy full SHA for 651d6d8
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
if: matrix.platform == 'ubuntu-24.04'
39
run: |
40
sudo apt-get update
41
- sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
+ sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
42
# For ARM cross-compilation
43
if [ "${{ matrix.target }}" = "aarch64-unknown-linux-gnu" ]; then
44
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
0 commit comments