fix(ci): 移除 ci.yml 中的 libappindicator3-dev 解决 ubuntu-24.04 包冲突

This commit is contained in:
晴天
2026-03-01 14:34:56 +08:00
parent 25080cb1e5
commit 5352337eaa

View File

@@ -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 \