File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77jobs :
88 build :
99 runs-on : ubuntu-latest
10- container : swiftlang/swift:nightly-main-jammy@sha256:3b07adff994e3b6e1d23173c0a19a0be0e59ea0220f42d8eba1fcc44ff5468b5
10+ container : swiftlang/swift:nightly-main-jammy@sha256:307c0775191bfe1f08717235c6530ec9d819066e1411cc6ec2cf13859e06219f
1111 steps :
1212 - uses : actions/checkout@v4
1313 - run : apt-get update && apt-get install --no-install-recommends -y curl
1818 echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH
1919 - run : swift --version
2020 - run : wasmtime -V
21- - run : swift experimental-sdk install https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-03-20 -a/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-03-20 -a-ubuntu22.04_x86_64.artifactbundle.zip
21+ - run : swift experimental-sdk install https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-03-22 -a/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-03-22 -a-ubuntu22.04_x86_64.artifactbundle.zip
2222 - run : swift build -c release --build-tests --experimental-swift-sdk wasm32-unknown-wasi -Xlinker -z -Xlinker stack-size=524288
2323 - run : wasmtime --dir=/ .build/release/swift-syntaxPackageTests.wasm
You can’t perform that action at this time.
0 commit comments