File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ jobs:
115115 export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
116116 export PATH="/usr/local/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
117117 export PATH="/usr/local/opt/llvm/bin:$PATH"
118- export LLVM_VERSION ="$(curl -s https://formulae.brew.sh/api/formula/llvm@{{ matrix.llvm }}.json | jq -r .versions.stable)"
119- export PATH="/usr/local/Cellar/llvm@{{ matrix.llvm }}/$LLVM_VERSION /bin:$PATH"
120- unset LLVM_VERSION
118+ export TMP_LLVM_VERSION ="$(curl -s https://formulae.brew.sh/api/formula/llvm@{{ matrix.llvm }}.json | jq -r .versions.stable)"
119+ export PATH="/usr/local/Cellar/llvm@{{ matrix.llvm }}/${TMP_LLVM_VERSION} /bin:$PATH"
120+ unset TMP_LLVM_VERSION
121121 CC=clang-19 ./configure --with-tail-call-interp
122122 make all --jobs 4
123123 ./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
You can’t perform that action at this time.
0 commit comments