Skip to content

Commit e542e69

Browse files
author
Wu Yu Wei
committed
Update CI
1 parent 49c5757 commit e542e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changes/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p'",
99
"prepublish": [
1010
"sudo apt-get update",
11-
"sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0",
11+
"sudo apt-get install -y libgtk-3-dev webkit2gtk-4.1",
1212
"cargo install cargo-audit --features=fix",
1313
{
1414
"command": "cargo generate-lockfile",

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: matrix.platform.os == 'ubuntu-latest'
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install -y webkit2gtk-4.0
28+
sudo apt-get install -y webkit2gtk-4.1
2929
3030
- name: Get current date
3131
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)