Skip to content

Commit bf59a87

Browse files
committed
Disable gh action installation for swift version
1 parent 6d84be2 commit bf59a87

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/swift.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
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

.github/workflows/wasm.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ jobs:
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

0 commit comments

Comments
 (0)