Skip to content

Commit c18e498

Browse files
committed
Remove duplicated section in wasm build
1 parent 1846a25 commit c18e498

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ name: wasm
22

33
on:
44
push:
5-
6-
env:
7-
# Required Swift toolchain version for WASM builds
8-
# Must match REQUIRED_TOOLCHAIN_VERSION in scripts/build-and-test-wasm.sh
9-
SWIFT_TOOLCHAIN_VERSION: "DEVELOPMENT-SNAPSHOT-2025-11-03-a"
10-
# Checksum for the WASM SDK (from SwiftWasm release page)
11-
SWIFT_WASM_SDK_CHECKSUM: "879c08f24c36e20e0b3d1fadc37f4c34c089c72caa018aec726d9e0bf84ea6ff"
5+
pull_request:
126

137
env:
148
# Required Swift toolchain version for WASM builds

0 commit comments

Comments
 (0)