Skip to content

Commit 55b2bd8

Browse files
committed
fix (ci): 移除 ubuntu 安装 gui 库操作
1 parent a457e72 commit 55b2bd8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pre-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4545
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4646
restore-keys: |
47-
${{ runner.os }}-pnpm-store-
47+
${{ runner.os }}-pnpm-store
4848
4949
- name: Install dependencies
5050
run: |
@@ -89,7 +89,6 @@ jobs:
8989
if: matrix.platform == 'ubuntu-latest'
9090
run: |
9191
sudo apt-get update
92-
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
9392
9493
- name: Rust format check
9594
run: cargo fmt --all --manifest-path src-tauri/Cargo.toml -- --check

0 commit comments

Comments
 (0)