Skip to content

Commit 9b39f2d

Browse files
committed
fix: add Swift setup step for Linux runners
1 parent 924a862 commit 9b39f2d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/swift-format.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Format
1+
name: Swift Format
22

33
on:
44
push:
@@ -18,6 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020

21+
- name: Setup Swift
22+
uses: swift-actions/setup-swift@v2
23+
with:
24+
swift-version: '6.0'
25+
2126
- name: Cache swift-format
2227
id: cache-swift-format
2328
uses: actions/cache@v4

0 commit comments

Comments
 (0)