Skip to content

Commit 588116e

Browse files
committed
fix (ci): 移除 ubuntu 支持
1 parent 55b2bd8 commit 588116e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/pre-check.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
platform: [ ubuntu-latest, macos-latest, windows-latest ]
71+
platform: [ macos-latest, windows-latest ]
7272

7373
steps:
7474
- name: Checkout repository
@@ -85,11 +85,6 @@ jobs:
8585
with:
8686
workspaces: src-tauri
8787

88-
- name: Install system dependencies (Ubuntu)
89-
if: matrix.platform == 'ubuntu-latest'
90-
run: |
91-
sudo apt-get update
92-
9388
- name: Rust format check
9489
run: cargo fmt --all --manifest-path src-tauri/Cargo.toml -- --check
9590

0 commit comments

Comments
 (0)