From 5352337eaa9204be06dbe6e5e7d4708c879a92a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=A4=A9?= Date: Sun, 1 Mar 2026 14:34:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E7=A7=BB=E9=99=A4=20ci.yml=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=20libappindicator3-dev=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=20ubuntu-24.04=20=E5=8C=85=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed1aaa..0f28db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,12 +59,11 @@ jobs: # Linux 专用: 安装 Tauri v2 系统依赖 - name: 安装 Linux 系统依赖 - if: matrix.platform.os == 'ubuntu-latest' + if: runner.os == 'Linux' run: | sudo apt-get update sudo apt-get install -y \ libwebkit2gtk-4.1-dev \ - libappindicator3-dev \ librsvg2-dev \ patchelf \ libssl-dev \