Skip to content

Commit

Permalink
fix(ci): install webkit2gtk-4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 17, 2024
1 parent cda4df4 commit 10c2ded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: install Linux dependencies
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
sudo apt-get install -y webkit2gtk-4.1
- name: covector version-or-publish
uses: jbolda/covector/packages/action@covector-v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: install webkit2gtk
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
sudo apt-get install -y webkit2gtk-4.1
- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
sudo apt-get install -y webkit2gtk-4.1
- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 10c2ded

Please sign in to comment.