Skip to content

Commit 10d0b70

Browse files
committed
Try a different method
1 parent 9f18891 commit 10d0b70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ 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"
50+
sudo ln --symbolic --force /opt/homebrew/opt/llvm@16/bin/clang /usr/bin/clang
51+
sudo ln --symbolic --force /opt/homebrew/opt/llvm@16/bin/clang++ /usr/bin/clang++
5352
5453
- if: "matrix.os == 'ubuntu-20.04'"
5554
name: "Install gcc-10 (for c++20)"

0 commit comments

Comments
 (0)