We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe932b commit 1f03230Copy full SHA for 1f03230
.github/workflows/check.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Cache
21
# Caches dependencies for rust (debug or test), does not cache increments
22
- uses: Swatinem/rust-cache@v1
+ uses: andreievg/rust-cache-cloud@main
23
24
# Build and relocate test binaries to binary_files folder
25
- name: Build Tests on Window
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/checkout@v3
50
51
- name: Download Test Binaries
52
- uses: actions/download-artifact@v3
53
with:
54
name: ${{ env.TEST_BINARIES }}
55
path: binary_files
0 commit comments