Skip to content

Commit 750c64c

Browse files
committed
fix: add uses dependecy for swift version
1 parent e28ec52 commit 750c64c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
runs-on: macos-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- with:
17+
- uses: swift-actions/setup-swift@v2
18+
with:
1819
swift-version: "6.0"
19-
- name: Build
20-
run: swift build -v
20+
- name: Build Phase
21+
run: swift build -v

0 commit comments

Comments
 (0)