File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - uses : actions/checkout@v4
15-
15+ - uses : swift-actions/setup-swift@v2
16+ with :
17+ swift-version : " 6.1"
1618 - name : Build and Test
1719 run : ./scripts/build-and-test-ios.sh
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313
14- # Use Swift 6.0.3 to match the pinned SDK version in build-and-test-wasm.sh
15- # The script will automatically install the 6.0.3-RELEASE WASM SDK
16- - name : Install Swift
17- uses : swift-actions/setup-swift@v2
18- with :
19- swift-version : " 6.1"
20-
2114 # Wasmtime is required because `swift test` doesn't work for WebAssembly targets.
2215 # For WASM, we must build tests separately and run them with a WASM runtime.
2316 # See: https://book.swiftwasm.org/getting-started/testing.html
You can’t perform that action at this time.
0 commit comments