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 8e5ffb4 commit d0c2838Copy full SHA for d0c2838
.github/workflows/ci.yml
@@ -59,9 +59,14 @@ jobs:
59
- uses: moonrepo/setup-rust@v1
60
with:
61
targets: ${{ matrix.job.target }}
62
+ cache: false
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
66
+ - uses: Swatinem/rust-cache@v2
67
+ with:
68
+ shared-key: ${{ matrix.job.target }}
69
+
70
- uses: taiki-e/install-action@v2
71
72
tool: cross@0.2.5
0 commit comments