Skip to content

Commit abfc7ee

Browse files
committed
Force the required(?) non-standard setup
1 parent 69a613c commit abfc7ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/swift.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- uses: swift-actions/setup-swift@v2
20+
with:
21+
swift-version: "6"
22+
- name: Get swift version
23+
run: swift --version
1924
- name: Build
2025
run: swift build -v
2126
- name: Run tests

0 commit comments

Comments
 (0)