File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ jobs:
165
165
~/extern/lib
166
166
~/extern/include
167
167
~/extern/sdk
168
- # Change this key if we start caching more things
169
- key : ${{ matrix.name }}-extern-v1
168
+ # Change this key if we start caching something different
169
+ key : ${{ matrix.name }}-extern-v3
170
170
171
171
- name : Setup environment
172
172
# These add to PATH-like variables, so they can always be set
@@ -268,7 +268,7 @@ jobs:
268
268
269
269
- name : Install Cargo Dinghy
270
270
if : matrix.dinghy && steps.extern-cache.outputs.cache-hit != 'true'
271
- run : cargo install cargo-dinghy --version=^0.4 --root=$HOME/extern --target=x86_64-apple-darwin
271
+ run : cargo install cargo-dinghy --version=^0.4.68 --root=$HOME/extern --target=x86_64-apple-darwin
272
272
273
273
- name : Run Cargo Dinghy
274
274
if : matrix.dinghy
You can’t perform that action at this time.
0 commit comments