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 f931041 commit 2dec145Copy full SHA for 2dec145
.github/workflows/rust-ci.yml
@@ -68,9 +68,9 @@ jobs:
68
with:
69
toolchain: ${{ matrix.job.toolchain }}
70
target: ${{ matrix.job.target }}
71
- - uses: Swatinem/rust-cache@v2
72
- with:
73
- key: "1.86.0"
+ # - uses: Swatinem/rust-cache@v2
+ # with:
+ # key: "1.86.0"
74
- name: Build
75
# We need to install cross from git, because https://github.com/cross-rs/cross/issues/1222
76
# is still unreleased (it's been almost a year since the last release)
0 commit comments