Skip to content

Commit 651d6d8

Browse files
committed
fix: update package installation command for Ubuntu build workflow
1 parent 82d99ec commit 651d6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: matrix.platform == 'ubuntu-24.04'
3939
run: |
4040
sudo apt-get update
41-
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
41+
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
4242
# For ARM cross-compilation
4343
if [ "${{ matrix.target }}" = "aarch64-unknown-linux-gnu" ]; then
4444
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu

0 commit comments

Comments
 (0)