Skip to content

Commit 5352337

Browse files
committed
fix(ci): 移除 ci.yml 中的 libappindicator3-dev 解决 ubuntu-24.04 包冲突
1 parent 25080cb commit 5352337

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ jobs:
5959

6060
# Linux 专用: 安装 Tauri v2 系统依赖
6161
- name: 安装 Linux 系统依赖
62-
if: matrix.platform.os == 'ubuntu-latest'
62+
if: runner.os == 'Linux'
6363
run: |
6464
sudo apt-get update
6565
sudo apt-get install -y \
6666
libwebkit2gtk-4.1-dev \
67-
libappindicator3-dev \
6867
librsvg2-dev \
6968
patchelf \
7069
libssl-dev \

0 commit comments

Comments
 (0)