Skip to content

Commit 1fc4df5

Browse files
Try fix Apple
1 parent dfa2af7 commit 1fc4df5

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

0 commit comments

Comments
 (0)