Skip to content

Commit 28e605c

Browse files
committed
Fix cargo dinghy attempting to run objc2-proc-macro tests
These are compiled for the host system, and hence fail when trying to execute them in the simulator See sonos/dinghy#144
1 parent 4243228 commit 28e605c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)