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 e1fec78 commit e99b1d9Copy full SHA for e99b1d9
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -417,7 +417,7 @@ fi
417
418
if [[ "$INSTALL_WASM" == true ]]; then
419
if [[ "$INSTALLED_SWIFT_TAG" == "$WASM_SDK_TAG" ]]; then
420
- log "Current toolchain matches Wasm SDK snapshot: $STATIC_SDK_TAG"
+ log "Current toolchain matches Wasm SDK snapshot: $WASM_SDK_TAG"
421
SWIFT_EXECUTABLE_FOR_WASM_SDK="swift"
422
else
423
log "Installing Swift toolchain to match Wasm SDK snapshot: $WASM_SDK_TAG"
0 commit comments