Skip to content

Commit 5c10e5a

Browse files
committed
fix yaml freaking swift version number
1 parent e71a9aa commit 5c10e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0 # until https://github.com/actions/checkout/issues/1471 fixed
3434
- uses: swift-actions/setup-swift@v2
3535
with:
36-
swift-version: 5.10
36+
swift-version: '5.10'
3737
- name: Build
3838
run: swift build -v
3939
working-directory: getargv-swift

0 commit comments

Comments
 (0)