Skip to content

Commit dec29ed

Browse files
add to PATH
1 parent 1fc4df5 commit dec29ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +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"'
98+
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
9999
CC=clang-19 ./configure --with-tail-call-interp ${{ matrix.debug && '--with-pydebug' || '' }}
100100
make all --jobs 4
101101
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3

0 commit comments

Comments
 (0)