We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
swift
1 parent c1ff33a commit 3ee43d7Copy full SHA for 3ee43d7
.github/workflows/swift.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Install Swift 6
28
run: |
29
brew install swift
30
+ echo "$(brew --prefix swift)/bin" >> $GITHUB_PATH
31
swift --version
32
33
- name: Build Swift Package
0 commit comments