Skip to content

Commit f30d0a0

Browse files
committed
Ensure correct Swift version is set
1 parent 2b1b135 commit f30d0a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/swift.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
restore-keys: |
2121
${{ runner.os }}-spm-
2222
23+
- name: Setup Swift
24+
uses: swift-actions/setup-swift@v1
25+
with:
26+
swift-version: "5.6"
27+
2328
- name: Build
2429
run: swift build -v
2530

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)