Skip to content

Commit 4691d62

Browse files
committed
ci: bump Swift SDK to swift-wasm-DEVELOPMENT-SNAPSHOT-2024-03-22-a
1 parent 436d876 commit 4691d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
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
@@ -18,6 +18,6 @@ jobs:
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

0 commit comments

Comments
 (0)