File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 run : |
4343 echo LLVM_VERSION=$(git ls-remote https://github.com/llvm/llvm-project.git | grep 'refs/heads/main$' | awk '{print $1}') >> $GITHUB_OUTPUT
4444 echo MINGW_W64_VERSION=$(git ls-remote https://github.com/mingw-w64/mingw-w64.git | grep 'refs/heads/master$' | awk '{print $1}') >> $GITHUB_OUTPUT
45- echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.10.9 $' | awk '{print $1}') >> $GITHUB_OUTPUT
45+ echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.10.11 $' | awk '{print $1}') >> $GITHUB_OUTPUT
4646 cat $GITHUB_OUTPUT
4747
4848 # Build a cross compiler for Linux, targeting Windows.
Original file line number Diff line number Diff line change 1717set -e
1818
1919: ${LIBFFI_VERSION:= v3.4.2}
20- : ${PYTHON_VERSION:= v3.10.9 }
21- : ${PYTHON_VERSION_MINGW:= 101c2b0778f1a02169d7d649511e7b75fb93fbfa }
20+ : ${PYTHON_VERSION:= v3.10.11 }
21+ : ${PYTHON_VERSION_MINGW:= bb0b6e3c0d52fe6d4b3bea482f00b070275ce57f }
2222
2323unset HOST
2424
You can’t perform that action at this time.
0 commit comments