Skip to content

Commit

Permalink
Add quotes for xcrun simctl boot line
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Jan 11, 2024
1 parent 4991aeb commit 7207753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
tool: [email protected]
- name: boot iOS simulator
run: |
xcrun simctl boot $(xcrun simctl list devices 'iOS' --json | jq '.devices | with_entries( select(.key|contains("iOS"))) | .[] | [ .[].name ] | map( select(contains("iPhone")) ) | sort | .[0] ' | jq -r)
xcrun simctl boot "$(xcrun simctl list devices 'iOS' --json | jq '.devices | with_entries( select(.key|contains("iOS"))) | .[] | [ .[].name ] | map( select(contains("iPhone")) ) | sort | .[0] ' | jq -r)"
- name: run accelerometer example
run: cargo run --example accelerometer --target x86_64-apple-ios

0 comments on commit 7207753

Please sign in to comment.