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.
1 parent 3a5e369 commit 503e134Copy full SHA for 503e134
.github/workflows/swift.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Pre-install
19
run: |
20
brew update
21
- brew install llvm@18.1.8
+ brew install llvm@18
22
# Important: add empty string
23
echo "" >> /Users/runner/.bash_profile
24
echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile
0 commit comments