File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 run : |
5555 echo LLVM_VERSION=$(git ls-remote https://github.com/llvm/llvm-project.git | grep 'refs/heads/main$' | awk '{print $1}') >> $GITHUB_OUTPUT
5656 echo MINGW_W64_VERSION=$(git ls-remote https://github.com/mingw-w64/mingw-w64.git | grep 'refs/heads/master$' | awk '{print $1}') >> $GITHUB_OUTPUT
57- echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.13.11 $' | awk '{print $1}') >> $GITHUB_OUTPUT
57+ echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.14.5 $' | awk '{print $1}') >> $GITHUB_OUTPUT
5858 cat $GITHUB_OUTPUT
5959 cat $GITHUB_OUTPUT >> parameters.txt
6060 - uses : actions/upload-artifact@v6
Original file line number Diff line number Diff line change 1717set -e
1818
1919: ${LIBFFI_VERSION:= v3.4.7}
20- : ${PYTHON_VERSION:= v3.13.11 }
21- : ${PYTHON_VERSION_MINGW:= bbd33f429f50c5aca3d830cabe5324a499754752 }
20+ : ${PYTHON_VERSION:= v3.14.5 }
21+ : ${PYTHON_VERSION_MINGW:= c1f383430eced1100bdcf38300ccd1d48d41485b }
2222
2323unset HOST
2424
You can’t perform that action at this time.
0 commit comments