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 @@ -165,8 +165,8 @@ jobs:
165165 ~/extern/lib
166166 ~/extern/include
167167 ~/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
170170
171171 - name : Setup environment
172172 # These add to PATH-like variables, so they can always be set
@@ -268,7 +268,7 @@ jobs:
268268
269269 - name : Install Cargo Dinghy
270270 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
272272
273273 - name : Run Cargo Dinghy
274274 if : matrix.dinghy
You can’t perform that action at this time.
0 commit comments