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 1962c54 commit 53bfa8bCopy full SHA for 53bfa8b
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Cache
61
uses: Swatinem/rust-cache@v1
62
with:
63
- sharedKey: prebuilded-v0.22
+ sharedKey: prebuilded-v0.22-${{ matrix.rust }}
64
65
- name: Self install
66
run: |
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
122
- name: Run CI script for `${{ matrix.vendor }}` under rust `${{ matrix.rust }}` with options=`${{ matrix.options }}`
123
env:
@@ -141,7 +141,7 @@ jobs:
141
142
143
144
+ sharedKey: prebuilded-v0.22-stable
145
146
- name: Run CI script
147
0 commit comments