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 54759e2 commit e619ba2Copy full SHA for e619ba2
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -666,6 +666,11 @@ build() {
666
667
log "Running: $build_command"
668
669
+ # clear the ANDROID_NDK_ROOT environment variable if it is set
670
+ # due to https://github.com/swiftlang/swift-driver/pull/1879
671
+ # otherwise build error: missing required module 'SwiftAndroid'
672
+ export ANDROID_NDK_ROOT=""
673
+
674
if eval "$build_command"; then
675
log "✅ Swift build with Android Swift SDK completed successfully"
676
else
0 commit comments