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 1f03230 commit c74e62eCopy full SHA for c74e62e
.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: andreievg/rust-cache-cloud@main
+ uses: andreievg/rust-cache-cloud@v1
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
53
with:
54
name: ${{ env.TEST_BINARIES }}
55
path: binary_files
0 commit comments