File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 - name : Pre-install
1919 run : |
2020 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
21+ brew install llvm@17
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
2525 source /Users/runner/.bash_profile
2626 clang --version
2727 echo "=====> Checking LLC"
You can’t perform that action at this time.
0 commit comments