We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f0885 commit c8113c0Copy full SHA for c8113c0
.github/workflows/unit_tests.yml
@@ -78,9 +78,9 @@ jobs:
78
79
# github actions are very poor in supporting iOS simulators:
80
# - to find pre-installed xcode version, run this:
81
- # > ls /Applications/
+ ls /Applications/
82
# - to find supported simulator os versions, run this (and find simulator with non-error "datapath")
83
- # > xcrun simctl list --json devices
+ xcrun simctl list --json devices
84
85
# switch to the target xcode version
86
sudo xcode-select -switch /Applications/Xcode_$SIMULATOR_XCODE_VERSION.app
0 commit comments