File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 - uses : actions/checkout@v6
154154 - uses : ./.github/actions/install-swift
155155 with :
156- download-url : https://download.swift.org/development/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2025-09-14 -a/swift-DEVELOPMENT-SNAPSHOT-2025-09-14 -a-ubuntu22.04.tar.gz
156+ download-url : https://download.swift.org/development/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2026-02-02 -a/swift-DEVELOPMENT-SNAPSHOT-2026-02-02 -a-ubuntu22.04.tar.gz
157157 - uses : swiftwasm/setup-swiftwasm@v2
158158 id : setup-wasm32-unknown-wasip1
159159 with : { target: wasm32-unknown-wasip1 }
Original file line number Diff line number Diff line change 22set -euxo pipefail
33package_dir=" $( cd " $( dirname " $0 " ) " && pwd) "
44swift package --package-path " $package_dir " \
5- -c release --swift-sdk " $( swiftc -print-target-info | jq -r ' .swiftCompilerTag ' ) _wasm -embedded" js
5+ -c release --swift-sdk " ${SWIFT_SDK_ID_wasm32_unknown_wasip1 :- ${SWIFT_SDK_ID :- wasm32-unknown-wasip1} } -embedded" js
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- EXCLUDED_EXAMPLES=(" Embedded " )
5+ EXCLUDED_EXAMPLES=()
66
77for example in Examples/* ; do
88 skip_example=false
You can’t perform that action at this time.
0 commit comments