Skip to content

Commit 29c3d97

Browse files
committed
Use temporary fork of cargo-dinghy that supports Cargo 1.60 features
1 parent 27c516e commit 29c3d97

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)