Skip to content

Commit 39ba69e

Browse files
authored
Merge pull request #1575 from rust-lang/ci-windows-cache
Cache Rust artifacts of Windows CI workflows to make them faster
2 parents c06fb07 + ed0515e commit 39ba69e

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
@@ -53,6 +53,10 @@ jobs:
5353
toolchain: beta
5454
override: true
5555

56+
- uses: Swatinem/rust-cache@v2
57+
with:
58+
key: windows
59+
5660
- name: cargo check
5761
run: cargo check
5862
env:

0 commit comments

Comments
 (0)