Skip to content

Commit

Permalink
Merge pull request #4 from simlay/hopefully-fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
jpedrick authored Jan 31, 2024
2 parents c3abecf + 7207753 commit d7ea659
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 d7ea659

Please sign in to comment.