We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b2bd8 commit 588116eCopy full SHA for 588116e
1 file changed
.github/workflows/pre-check.yml
@@ -68,7 +68,7 @@ jobs:
68
strategy:
69
fail-fast: false
70
matrix:
71
- platform: [ ubuntu-latest, macos-latest, windows-latest ]
+ platform: [ macos-latest, windows-latest ]
72
73
steps:
74
- name: Checkout repository
@@ -85,11 +85,6 @@ jobs:
85
with:
86
workspaces: src-tauri
87
88
- - name: Install system dependencies (Ubuntu)
89
- if: matrix.platform == 'ubuntu-latest'
90
- run: |
91
- sudo apt-get update
92
-
93
- name: Rust format check
94
run: cargo fmt --all --manifest-path src-tauri/Cargo.toml -- --check
95
0 commit comments