Skip to content

Commit 7f70d8b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- {
4242
name: "Ubuntu",
4343
executable_name: "restic-browser",
44-
os: ubuntu-20.04,
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)