We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffac36d commit c8ccd2dCopy full SHA for c8ccd2d
.github/workflows/swift.yaml
@@ -18,10 +18,10 @@ jobs:
18
- name: Pre-install
19
run: |
20
brew update
21
- brew install llvm@18
22
- echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile
23
- echo 'export LDFLAGS="-L/usr/local/opt/llvm/lib"' >> /Users/runner/.bash_profile
24
- echo 'export CPPFLAGS="-I/usr/local/opt/llvm/include"' >> /Users/runner/.bash_profile
+ brew install llvm@17
+ echo 'export PATH="/opt/homebrew/llvm/opt/bin:$PATH"' >> /Users/runner/.bash_profile
+ echo 'export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"' >> /Users/runner/.bash_profile
+ echo 'export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"' >> /Users/runner/.bash_profile
25
source /Users/runner/.bash_profile
26
clang --version
27
echo "=====> Checking LLC"
0 commit comments