Skip to content

Commit

Permalink
修正检查工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-xmh committed Nov 4, 2023
1 parent 2b31f78 commit 75d207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get -yq update
sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install libgtk-3-dev libwebkit2gtk-4.0-dev libsoup-3.0-dev
sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install libgtk-3-dev libwebkit2gtk-4.0-dev libsoup-3.0-dev libjavascriptcoregtk-4.1-dev
if: contains(matrix.os, 'ubuntu')

- name: 缓存
Expand Down

0 comments on commit 75d207d

Please sign in to comment.