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 027584f commit 776fe9aCopy full SHA for 776fe9a
.github/workflows/continuous-integration.yml
@@ -71,6 +71,7 @@ jobs:
71
/usr/bin/xcrun simctl shutdown all
72
/usr/bin/xcrun simctl erase all
73
killall -9 com.apple.CoreSimulator.CoreSimulatorService
74
+ xcrun simctl list devices
75
./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true apiCheck
76
./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true build
77
0 commit comments