Skip to content

Commit

Permalink
ci: build for wasm32-unknown-wasip1-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Sep 17, 2024
1 parent cd54e94 commit 7934206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
pull_request:
branches: ["wasm32-wasi"]
env:
SWIFT_SDK_URL: https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-09-07-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-09-07-a-wasm32-unknown-wasi.artifactbundle.zip
SWIFT_SDK_CHECKSUM: dd43e067cccee3051b5fee16b5b2850943e57aea216948b4934a97b11901bfc2
TARGET_TRIPLE: wasm32-unknown-wasi
SWIFT_SDK_URL: https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-09-07-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-09-07-a-wasm32-unknown-wasip1-threads.artifactbundle.zip
SWIFT_SDK_CHECKSUM: a3b803b9be12d67567a3cd9e221431075edf744f4a4790f6e8b0903791410369
TARGET_TRIPLE: wasm32-unknown-wasip1-threads
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7934206

Please sign in to comment.