We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657fc05 commit 77320d8Copy full SHA for 77320d8
.github/workflows/ci.yml
@@ -72,7 +72,8 @@ jobs:
72
if: matrix.config.os == 'macos'
73
run: |
74
brew update
75
- brew install llvm@18
+ # TODO annotate with lld@19, after that is accepted, we don't want to use lld@20 without manually updating it !
76
+ brew install llvm@19 lld
77
echo "$(brew --prefix)/opt/llvm/bin" >> $GITHUB_PATH
78
echo "LDFLAGS=-L$(brew --prefix)/opt/llvm/lib -L$(brew --prefix)/opt/llvm/lib/c++ -Wl,-rpath,$(brew --prefix)/opt/llvm/lib/c++" >> "$GITHUB_ENV"
79
echo "CPPFLAGS=-I$(brew --prefix)/opt/llvm/include" >> "$GITHUB_ENV"
0 commit comments