File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-v2
170170
171171 - name : Setup environment
172172 # These add to PATH-like variables, so they can always be set
@@ -268,7 +268,8 @@ 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+ # Custom branch, see https://github.com/sonos/dinghy/pull/144
272+ run : cargo install cargo-dinghy --git https://github.com/madsmtm/dinghy --branch dont-test-proc-macro --bin cargo-dinghy --root=$HOME/extern --target=x86_64-apple-darwin
272273
273274 - name : Run Cargo Dinghy
274275 if : matrix.dinghy
You can’t perform that action at this time.
0 commit comments