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 c8ccd2d commit 8051752Copy full SHA for 8051752
.github/workflows/swift.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Pre-install
19
run: |
20
brew update
21
- brew install llvm@17
+ brew install llvm@18
22
echo 'export PATH="/opt/homebrew/llvm/opt/bin:$PATH"' >> /Users/runner/.bash_profile
23
echo 'export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"' >> /Users/runner/.bash_profile
24
echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"' >> /Users/runner/.bash_profile
0 commit comments