setup-msys2 icon indicating copy to clipboard operation
setup-msys2 copied to clipboard

Shell not respecting system flag

Open diehard2 opened this issue 1 year ago • 1 comments

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

diehard2 avatar May 24 '24 05:05 diehard2

Afaict, that should be msystem: UCRT64 instead of system: UCRT64.

mmuetzel avatar May 24 '24 05:05 mmuetzel

I assume this was the error, thus closing.

lazka avatar Jul 27 '24 13:07 lazka