Skip to content

Commit e53651a

Browse files
committed
use env var
1 parent d042e93 commit e53651a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ 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"
5053
export CC=/opt/homebrew/opt/llvm@16/bin/clang
5154
export CXX=/opt/homebrew/opt/llvm@16/bin/clang++
5255

0 commit comments

Comments
 (0)