Skip to content

Commit 8f43ce3

Browse files
committed
Fix cargo dinghy build
1 parent 0c0a570 commit 8f43ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
xcrun simctl boot $SIM_ID
352352
353353
# Build
354-
cargo dinghy build
354+
cargo dinghy --device=$SIM_ID build
355355
356356
# Run tests
357357
cargo dinghy --device=$SIM_ID test --no-default-features

0 commit comments

Comments
 (0)