Skip to content

Commit d0c2838

Browse files
ci: stop using @moonrepo/setup-rust for cache
1 parent 8e5ffb4 commit d0c2838

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,14 @@ jobs:
5959
- uses: moonrepo/setup-rust@v1
6060
with:
6161
targets: ${{ matrix.job.target }}
62+
cache: false
6263
env:
6364
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6465

66+
- uses: Swatinem/rust-cache@v2
67+
with:
68+
shared-key: ${{ matrix.job.target }}
69+
6570
- uses: taiki-e/install-action@v2
6671
with:
6772

0 commit comments

Comments
 (0)