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 1, 2024
1 parent 1e89bdc commit f620df0
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-08-30-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-08-30-a-wasm32-unknown-wasi.artifactbundle.zip
SWIFT_SDK_CHECKSUM: e2865f6c1b948c355c858671408cafb6b7a16c2a5d36d64b0176bd183f8cceff
TARGET_TRIPLE: wasm32-unknown-wasi
SWIFT_SDK_URL: https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-08-30-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-08-30-a-wasm32-unknown-wasip1-threads.artifactbundle.zip
SWIFT_SDK_CHECKSUM: 369d8d9f1f3667d6f1e6788f43f60b1aaa0bc3b3671953eb2c060620b6053778
TARGET_TRIPLE: wasm32-unknown-wasip1-threads
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f620df0

Please sign in to comment.