From 9253491d0f5944316c0a6d227632f9f1aa0f12c2 Mon Sep 17 00:00:00 2001 From: SteveXMH <39523898+Steve-xmh@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:40:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A3=80=E6=9F=A5=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 291b01d..8d6eb58 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: 缓存