Skip to content

Commit c1ff33a

Browse files
authored
Install Swift 6 via brew
1 parent f53d82d commit c1ff33a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/swift.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# This workflow will build a Swift project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
3-
4-
name: Swift
1+
name: Build Package for all Platforms
52

63
on:
74
push:
@@ -26,6 +23,12 @@ jobs:
2623
steps:
2724
- name: Checkout Repository
2825
uses: actions/checkout@v4
26+
27+
- name: Install Swift 6
28+
run: |
29+
brew install swift
30+
swift --version
31+
2932
- name: Build Swift Package
3033
run: |
3134
swift build --triple ${{ matrix.triple }}

0 commit comments

Comments
 (0)