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 477b7b4 commit 06b1a43Copy full SHA for 06b1a43
.github/workflows/ci.yml
@@ -63,7 +63,8 @@ jobs:
63
if: matrix.config.os == 'macos'
64
run: |
65
brew update
66
- 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 !
67
+ brew install llvm@19 lld
68
echo "$(brew --prefix)/opt/llvm/bin" >> $GITHUB_PATH
69
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"
70
echo "CPPFLAGS=-I$(brew --prefix)/opt/llvm/include" >> "$GITHUB_ENV"
0 commit comments