Skip to content

Commit 4042883

Browse files
committed
again!
1 parent 66de4bf commit 4042883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tail-call.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
export PATH="/opt/homebrew/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
8080
export PATH="/usr/local/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
8181
export PATH="/usr/local/opt/llvm/bin:$PATH"
82+
echo "$PATH"
83+
which clang-19
8284
CC=clang-19 ./configure --with-tail-call-interp
8385
make all --jobs 4
8486
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3

0 commit comments

Comments
 (0)