-
Notifications
You must be signed in to change notification settings - Fork 41
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
Install section throws error cmd.exe failed with exit code 1 #103
Comments
If that is exactly the syntax you used, then It might be a syntax error. The following works: - uses: msys2/setup-msys2@v2
with:
update: true
install: >-
mingw-w64-x86_64-toolchain
base-devel
git
p7zip
ruby
mingw-w64-x86_64-qt5
mingw-w64-i686-qt5
mingw-w64-i686-toolchain
mingw-w64-i686-qwt-qt5
mingw-w64-x86_64-zlib
mingw-w64-i686-zlib
zlib-devel
mingw-w64-x86_64-openssl
mingw-w64-i686-openssl
openssl-devel Which produces:
|
there is a space after ruby. we ideally should ignore those imo |
|
Exactly, that's it, thank you! I screwed up with this one space after ruby |
Hi,
I'm trying to setup actions to build app for windows with mingw and qt.
So tried to use this repo and got such error it's hard to say what is origin at least for me.
It is in install section
The text was updated successfully, but these errors were encountered: