Skip to content

Commit 89dfc0b

Browse files
committed
fix action
1 parent ae610fb commit 89dfc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
run: |
2828
sudo apt update
2929
sudo apt install -y \
30-
libwebkit2gtk-4.0-dev \
30+
libwebkit2gtk-4.1-dev \
3131
libssl-dev \
3232
libgtk-3-dev \
3333
squashfs-tools \
34-
fuse2 \
34+
libfuse2 \
3535
python3-pip
3636
pip install appimage-builder
3737

0 commit comments

Comments
 (0)