setup-msys2
setup-msys2 copied to clipboard
Shell not respecting system flag
The action below return
MINGW64
instead of UCRT64. The documentation indicates that should not be the case. Apologies if I missed something
- uses: msys2/setup-msys2@v2
with:
release: false
system: UCRT64
install: >-
mingw-w64-ucrt-x86_64-qt6
base-devel
mingw-w64-ucrt-x86_64-toolchain
mingw-w64-ucrt-x86_64-extra-cmake-modules
zip
- shell: msys2 {0}
run: |
echo $MSYSTEM
Afaict, that should be msystem: UCRT64 instead of system: UCRT64.
I assume this was the error, thus closing.