Skip to content

Commit e99b1d9

Browse files
committed
Fix Wasm log
1 parent e1fec78 commit e99b1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ fi
417417

418418
if [[ "$INSTALL_WASM" == true ]]; then
419419
if [[ "$INSTALLED_SWIFT_TAG" == "$WASM_SDK_TAG" ]]; then
420-
log "Current toolchain matches Wasm SDK snapshot: $STATIC_SDK_TAG"
420+
log "Current toolchain matches Wasm SDK snapshot: $WASM_SDK_TAG"
421421
SWIFT_EXECUTABLE_FOR_WASM_SDK="swift"
422422
else
423423
log "Installing Swift toolchain to match Wasm SDK snapshot: $WASM_SDK_TAG"

0 commit comments

Comments
 (0)