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 6060 - name : Cache
6161 uses : Swatinem/rust-cache@v1
6262 with :
63- sharedKey : prebuilded-v0.22- ${{ matrix.rust }}
63+ sharedKey : prebuilded-${{ matrix.rust }}
6464
6565 - name : Self install
6666 run : |
@@ -117,7 +117,7 @@ jobs:
117117 - name : Cache
118118 uses : Swatinem/rust-cache@v1
119119 with :
120- sharedKey : prebuilded-v0.22- ${{ matrix.rust }}
120+ sharedKey : prebuilded-${{ matrix.rust }}
121121
122122 - name : Run CI script for `${{ matrix.vendor }}` under rust `${{ matrix.rust }}` with options=`${{ matrix.options }}`
123123 env :
@@ -141,7 +141,7 @@ jobs:
141141 - name : Cache
142142 uses : Swatinem/rust-cache@v1
143143 with :
144- sharedKey : prebuilded-v0.22- stable
144+ sharedKey : prebuilded-stable
145145
146146 - name : Run CI script
147147 env :
You can’t perform that action at this time.
0 commit comments