-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support executing a MSYS shell #1
Comments
Yeah, that's a great idea. We personally won't have any use for this so I don't think I'll have the time to write the corresponding code, but I'd happily merge a PR for this 😄 |
What approach do you suggest?
|
That's a good question. I think I'd go for an option in the yml file: - uses: numworks/setup-msys2@v1
with:
msystem: whatever This option would simply be forwarded to the |
I'm trying to test my changes before opening a PR, but I cannot use the action, not even @Ecco, does it work for you? |
Dude… you're trying to run msys2 on Ubuntu 😁 That being said, it's definitely something we could check. |
Stupid of me! Thanks a lot! I even forked this other project of yours to be sure https://github.com/1138-4EB/epsilon/runs/249816649 I seems it is getting late and my brain is starting to complain 😄 My apologies for the noise... |
That's allright 😄 Someone else might be bitten by this so I created #2 😄 |
The shell in
msys2do.cmd
is set to MINGW64:setup-msys2/msys2do.cmd
Line 3 in 11c006e
Please, allow to provide this as an envvar or cli arg, so it is possible to start MSYS shells too (required to build PKGBUILD files, i.e., MSYS2 packages).
The text was updated successfully, but these errors were encountered: