Skip to content

Commit 1ee2c6c

Browse files
authored
update swift.yml
1 parent 8b59c5a commit 1ee2c6c

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
@@ -15,6 +15,11 @@ jobs:
1515
runs-on: macos-latest
1616

1717
steps:
18+
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
19+
with:
20+
swift-version: "5.10.0"
21+
- name: Get swift version
22+
run: swift --version
1823
- uses: actions/checkout@v4
1924
- name: Build
2025
run: swift build -v

0 commit comments

Comments
 (0)