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 2424 run : |
2525 echo LLVM_VERSION=$(git ls-remote https://github.com/llvm/llvm-project.git | grep 'refs/heads/main$' | awk '{print $1}') >> versions
2626 echo MINGW_W64_VERSION=$(git ls-remote https://github.com/mingw-w64/mingw-w64.git | grep 'refs/heads/master$' | awk '{print $1}') >> versions
27- echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.9.11 $' | awk '{print $1}') >> versions
27+ echo PYTHON_VERSION_MINGW=$(git ls-remote https://github.com/msys2-contrib/cpython-mingw.git | grep 'refs/heads/mingw-v3.10.5 $' | awk '{print $1}') >> versions
2828 - uses : actions/upload-artifact@v2
2929 with :
3030 name : versions
Original file line number Diff line number Diff line change 1717set -e
1818
1919: ${LIBFFI_VERSION:= v3.4.2}
20- : ${PYTHON_VERSION:= v3.9.10 }
21- : ${PYTHON_VERSION_MINGW:= 6407bc7c4a164ecb35003748179a8d69c6ca65ef }
20+ : ${PYTHON_VERSION:= v3.10.5 }
21+ : ${PYTHON_VERSION_MINGW:= e31e5e01d7ee2504378d219a8557803ac41a8646 }
2222
2323unset HOST
2424
You can’t perform that action at this time.
0 commit comments