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 3a4a1e2 commit 9253491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: 克隆仓库
uses: actions/checkout@v2

- name: Linux - 安装 GTK 3.0 和 Webkit2GTK 4.0 依赖
- name: Linux - 安装相关依赖
env:
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
sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install libgtk-3-dev libwebkit2gtk-4.0-dev libsoup3.0-dev
if: contains(matrix.os, 'ubuntu')

- name: 缓存
Expand Down

0 comments on commit 9253491

Please sign in to comment.