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 c392fca commit a0659abCopy full SHA for a0659ab
.github/workflows/build.yml
@@ -153,8 +153,7 @@ jobs:
153
if: matrix.config.os == 'macos'
154
run: |
155
brew update
156
- # TODO annotate with lld@19, after that is accepted, we don't want to use lld@20 without manually updating it !
157
- brew install llvm@19 lld
+ brew install llvm@20 lld@20
158
echo "$(brew --prefix)/opt/llvm/bin" >> $GITHUB_PATH
159
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"
160
echo "CPPFLAGS=-I$(brew --prefix)/opt/llvm/include" >> "$GITHUB_ENV"
0 commit comments