Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoerg authored Oct 30, 2024
1 parent c1faaf1 commit 0bd9a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo ln -sfT clang++-18 /usr/bin/clang++
sudo ln -sfT clang-18 /usr/bin/clang
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install llvm autoconf automake libtool
brew install llvm@18 autoconf automake libtool
fi
shell: bash

Expand All @@ -55,7 +55,7 @@ jobs:
export PATH=/usr/local/bin:$PATH
export CC=clang
export CXX=clang++
export PATH="$(brew --prefix)/opt/llvm/bin:$PATH"
export PATH="$(brew --prefix)/opt/llvm@18/bin:$PATH"
make
else
make -j$(nproc)
Expand Down

0 comments on commit 0bd9a27

Please sign in to comment.