Skip to content

Commit 10c2ded

Browse files
committed
fix(ci): install webkit2gtk-4.1
1 parent cda4df4 commit 10c2ded

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/covector-version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: install Linux dependencies
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install -y webkit2gtk-4.0
32+
sudo apt-get install -y webkit2gtk-4.1
3333
3434
- name: covector version-or-publish
3535
uses: jbolda/covector/packages/action@covector-v0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: install webkit2gtk
2121
run: |
2222
sudo apt-get update
23-
sudo apt-get install -y webkit2gtk-4.0
23+
sudo apt-get install -y webkit2gtk-4.1
2424
2525
- name: Set up cargo cache
2626
uses: Swatinem/rust-cache@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: matrix.os == 'ubuntu-latest'
2929
run: |
3030
sudo apt-get update
31-
sudo apt-get install -y webkit2gtk-4.0
31+
sudo apt-get install -y webkit2gtk-4.1
3232
3333
- name: Set up cargo cache
3434
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)