Skip to content

Commit 94fc6e8

Browse files
committed
ci: Update wasm build sdk URL.
1 parent 2a40f00 commit 94fc6e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838

3939
wasm-sdk:
4040
name: WebAssembly Swift SDK
41-
uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main
41+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
42+
with:
43+
enable_wasm_sdk_build: true
44+
enable_linux_checks: false
45+
enable_windows_checks: false
4246

4347
benchmarks:
4448
name: Benchmarks

0 commit comments

Comments
 (0)