File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
4747 name : " Install clang-16 (for c++20)"
4848 run : |-
4949 brew install llvm@16
50- export PATH="/opt/homebrew/opt/llvm@16/bin:$PATH"
51- export LDFLAGS="-L/opt/homebrew/opt/llvm@16/lib"
52- export CPPFLAGS="-I/opt/homebrew/opt/llvm@16/include"
53- export CC=/opt/homebrew/opt/llvm@16/bin/clang
54- export CXX=/opt/homebrew/opt/llvm@16/bin/clang++
50+ echo ' export PATH="/opt/homebrew/opt/llvm@16/bin:$PATH"' >> /Users/runner/.bash_profile
51+ echo ' export LDFLAGS="-L/opt/homebrew/opt/llvm@16/lib"' >> /Users/runner/.bash_profile
52+ echo ' export CPPFLAGS="-I/opt/homebrew/opt/llvm@16/include"' >> /Users/runner/.bash_profile
53+ echo ' export CC=/opt/homebrew/opt/llvm@16/bin/clang' >> /Users/runner/.bash_profile
54+ echo ' export CXX=/opt/homebrew/opt/llvm@16/bin/clang++' >> /Users/runner/.bash_profile
5555
5656 - if : " matrix.os == 'ubuntu-20.04'"
5757 name : " Install gcc-10 (for c++20)"
You can’t perform that action at this time.
0 commit comments