File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
- name : Cache
61
61
uses : Swatinem/rust-cache@v1
62
62
with :
63
- sharedKey : prebuilded-v0.22- ${{ matrix.rust }}
63
+ sharedKey : prebuilded-${{ matrix.rust }}
64
64
65
65
- name : Self install
66
66
run : |
@@ -117,7 +117,7 @@ jobs:
117
117
- name : Cache
118
118
uses : Swatinem/rust-cache@v1
119
119
with :
120
- sharedKey : prebuilded-v0.22- ${{ matrix.rust }}
120
+ sharedKey : prebuilded-${{ matrix.rust }}
121
121
122
122
- name : Run CI script for `${{ matrix.vendor }}` under rust `${{ matrix.rust }}` with options=`${{ matrix.options }}`
123
123
env :
@@ -141,7 +141,7 @@ jobs:
141
141
- name : Cache
142
142
uses : Swatinem/rust-cache@v1
143
143
with :
144
- sharedKey : prebuilded-v0.22- stable
144
+ sharedKey : prebuilded-stable
145
145
146
146
- name : Run CI script
147
147
env :
You can’t perform that action at this time.
0 commit comments