Skip to content

Commit

Permalink
Extra fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mustiikhalil committed Nov 18, 2024
1 parent 8147231 commit 4d2485d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,17 +507,17 @@ jobs:
build-swift-wasm:
name: Build Swift Wasm
runs-on: ubuntu-24.04
container:
image: ghcr.io/swiftwasm/carton:0.20.1
steps:
- uses: actions/checkout@v3
- uses: bytecodealliance/actions/wasmtime/setup@v1
- uses: swiftwasm/setup-swiftwasm@v1
with:
swift-version: "wasm-5.9.2-RELEASE"
- name: Build and run tests
swift-version: "wasm-6.0.2-RELEASE"
- name: Test
working-directory: tests/swift/Wasm.tests
run: |
swift build --triple wasm32-unknown-wasi --build-tests
wasmtime .build/debug/FlatBuffers.Test.Swift.WasmPackageTests.wasm
run: swift run carton test

build-ts:
name: Build TS
Expand Down
1 change: 1 addition & 0 deletions tests/swift/Wasm.tests/.swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wasm-6.0.2-RELEASE

0 comments on commit 4d2485d

Please sign in to comment.