File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169 ~/extern/include
170170 ~/extern/sdk
171171 # Change this key if we start caching more things
172- key : ${{ matrix.name }}-extern-v1
172+ key : ${{ matrix.name }}-extern-v2
173173
174174 - name : Setup environment
175175 # These add to PATH-like variables, so they can always be set
@@ -273,7 +273,9 @@ jobs:
273273
274274 - name : Install Cargo Dinghy
275275 if : matrix.dinghy && steps.extern-cache.outputs.cache-hit != 'true'
276- run : cargo install cargo-dinghy --version=^0.4 --root=$HOME/extern --target=x86_64-apple-darwin
276+ # TODO: Replace once cargo dinghy gets updated
277+ # cargo install cargo-dinghy --version=^0.4 --root=$HOME/extern --target=x86_64-apple-darwin
278+ run : cargo install --git https://github.com/madsmtm/dinghy.git --branch update-cargo --bin cargo-dinghy --root=$HOME/extern --target=x86_64-apple-darwin
277279
278280 - name : Build
279281 if : ${{ !matrix.dinghy }}
You can’t perform that action at this time.
0 commit comments