Skip to content

Commit 24deed1

Browse files
committed
maybe I also need this
1 parent 289fddd commit 24deed1

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
@@ -114,6 +114,7 @@ jobs:
114114
export SDKROOT="$(xcrun --show-sdk-path)"
115115
export PATH="/opt/homebrew/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
116116
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
117+
export PATH="/usr/local/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
117118
export PATH="/usr/local/opt/llvm/bin:$PATH"
118119
CC=clang-19 ./configure --with-tail-call-interp
119120
make all --jobs 4

0 commit comments

Comments
 (0)