Skip to content

Commit ed0515e

Browse files
committed
Cache Rust artifacts of Windows CI workflows to make them faster
1 parent d360fb9 commit ed0515e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
toolchain: beta
5252
override: true
5353

54+
- uses: Swatinem/rust-cache@v2
55+
with:
56+
key: windows
57+
5458
- name: cargo check
5559
run: cargo check
5660
env:

0 commit comments

Comments
 (0)