Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell not respecting system flag #386

Closed
diehard2 opened this issue May 24, 2024 · 2 comments
Closed

Shell not respecting system flag #386

diehard2 opened this issue May 24, 2024 · 2 comments

Comments

@diehard2
Copy link

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
@mmuetzel
Copy link

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

@lazka
Copy link
Member

lazka commented Jul 27, 2024

I assume this was the error, thus closing.

@lazka lazka closed this as completed Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants