Skip to content

Commit 3ee43d7

Browse files
authored
Use brew-provided swift
1 parent c1ff33a commit 3ee43d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Install Swift 6
2828
run: |
2929
brew install swift
30+
echo "$(brew --prefix swift)/bin" >> $GITHUB_PATH
3031
swift --version
3132
3233
- name: Build Swift Package

0 commit comments

Comments
 (0)