Skip to content

Commit 15d752c

Browse files
authored
Github action now does Swift env setup
1 parent 7a3b0d2 commit 15d752c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16+
- uses: SwiftyLab/setup-swift@latest
1617
- name: Build
1718
run: swift build -v
1819
- name: Run tests

0 commit comments

Comments
 (0)