Skip to content

Commit 012e38a

Browse files
committed
ci: fix PATH for clang on macOS
1 parent 044a1e1 commit 012e38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
brew install llvm@${{ matrix.llvm }}
114114
export SDKROOT="$(xcrun --show-sdk-path)"
115115
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
116+
export PATH="/usr/local/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
116117
export PATH="/usr/local/opt/llvm/bin:$PATH"
117118
CC=clang-19 ./configure --with-tail-call-interp
118119
make all --jobs 4

0 commit comments

Comments
 (0)