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 fe0d0d3 commit 027584fCopy full SHA for 027584f
.github/workflows/continuous-integration.yml
@@ -70,6 +70,7 @@ jobs:
70
# echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
71
/usr/bin/xcrun simctl shutdown all
72
/usr/bin/xcrun simctl erase all
73
+ killall -9 com.apple.CoreSimulator.CoreSimulatorService
74
./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true apiCheck
75
./gradlew -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true build
76
0 commit comments