Skip to content

Commit ad340c5

Browse files
committed
add more deps
1 parent 89dfc0b commit ad340c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/linux-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
@@ -30,8 +30,12 @@ jobs:
3030
libwebkit2gtk-4.1-dev \
3131
libssl-dev \
3232
libgtk-3-dev \
33+
libayatana-appindicator3-dev \
34+
librsvg2-dev \
35+
patchelf \
3336
squashfs-tools \
3437
libfuse2 \
38+
file \
3539
python3-pip
3640
pip install appimage-builder
3741

0 commit comments

Comments
 (0)