We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25d6f83 + 6f1f5b3 commit 4cd9208Copy full SHA for 4cd9208
1 file changed
.github/workflows/ci.yml
@@ -148,6 +148,13 @@ jobs:
148
with:
149
toolchain: stable
150
151
+ - name: Cache Rust build artifacts
152
+ uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
153
+ with:
154
+ workspaces: src-tauri
155
+ shared-key: macos-rust
156
+ cache-on-failure: true
157
+
158
- name: Run backend health lane
159
run: pnpm run health:repo:backend
160
@@ -307,6 +314,13 @@ jobs:
307
314
308
315
309
316
317
318
319
320
321
322
323
310
324
- name: Install dependencies
311
325
run: pnpm install --frozen-lockfile
312
326
0 commit comments