Skip to content

Commit 6feb6b9

Browse files
committed
minor fix
1 parent 3ac1aad commit 6feb6b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: runner.os == 'Linux'
2525
run: |
2626
sudo apt-get update
27-
sudo apt-get install -y libwebkit2gtk-4.1-dev
27+
sudo apt-get install -y libwebkitgtk-6.0-dev
2828
python -m pip install --upgrade pip
2929
pip install build wheel
3030

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: runner.os == 'Linux'
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install -y libwebkit2gtk-4.1-dev xvfb
32+
sudo apt-get install -y libwebkitgtk-6.0-dev xvfb
3333
python -m pip install --upgrade pip
3434
pip install pytest pytest-cov
3535

0 commit comments

Comments
 (0)