Skip to content

Commit 8d29895

Browse files
Fix on x86_64 Apple
1 parent dec29ed commit 8d29895

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
@@ -96,6 +96,7 @@ jobs:
9696
brew install llvm@${{ matrix.llvm }}
9797
export SDKROOT="$(xcrun --show-sdk-path)"
9898
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
99+
export PATH="/usr/local/opt/llvm/bin:$PATH
99100
CC=clang-19 ./configure --with-tail-call-interp ${{ matrix.debug && '--with-pydebug' || '' }}
100101
make all --jobs 4
101102
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3

0 commit comments

Comments
 (0)