Skip to content

Commit d14dedf

Browse files
authored
Update ci.yml
1 parent d37f785 commit d14dedf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ jobs:
5656
sudo mkdir -p $PREFIX; sudo tar -xzf /tmp/swift.tar.gz -C $PREFIX --strip-component 1
5757
$PREFIX/usr/bin/swift sdk install https://github.com/swiftwasm/swift/releases/download/swift-wasm-6.0.3-RELEASE/swift-wasm-6.0.3-RELEASE-wasm32-unknown-wasi.artifactbundle.zip --checksum 31d3585b06dd92de390bacc18527801480163188cd7473f492956b5e213a8618
5858
echo "$PREFIX/usr/bin" >> $GITHUB_PATH
59-
6059
- name: Build
6160
run: swift build --swift-sdk wasm32-unknown-wasi -Xlinker -z -Xlinker stack-size=$((1024 * 1024))
62-
- name: Run tests
63-
run: wasmtime .build/debug/swift-custom-dumpPackageTests.wasm
6461

6562
windows:
6663
name: Windows

0 commit comments

Comments
 (0)