Skip to content

Commit 1f03230

Browse files
committed
check
1 parent 5fe932b commit 1f03230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Cache
2121
# Caches dependencies for rust (debug or test), does not cache increments
22-
uses: Swatinem/rust-cache@v1
22+
uses: andreievg/rust-cache-cloud@main
2323

2424
# Build and relocate test binaries to binary_files folder
2525
- name: Build Tests on Window
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v3
5050

5151
- name: Download Test Binaries
52-
uses: actions/download-artifact@v3
52+
uses: andreievg/rust-cache-cloud@main
5353
with:
5454
name: ${{ env.TEST_BINARIES }}
5555
path: binary_files

0 commit comments

Comments
 (0)