Skip to content

Commit c6db5c2

Browse files
committed
update linux build dependencies
1 parent 2a3dea3 commit c6db5c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
}
4141
- {
4242
name: "Ubuntu",
43-
executable_name: "restic-browser",
44-
os: ubuntu-20.04,
43+
executable_name: "Restic-Browser",
44+
os: ubuntu-22.04,
4545
}
4646
- {
4747
name: "macOS",
@@ -77,7 +77,7 @@ jobs:
7777
- name: System dependencies (Linux)
7878
run: |
7979
sudo apt update
80-
sudo apt install -y libgtk-3-dev libwebkit2gtk-4.0-dev
80+
sudo apt install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
8181
if: ${{ matrix.config.name == 'Ubuntu' }}
8282

8383
- name: Node dependencies

0 commit comments

Comments
 (0)