-
Notifications
You must be signed in to change notification settings - Fork 49
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
Silent failures with invalid arch #27
Comments
Hm... Indeed. I assumed that Though, it does seem that
Then seems to exit successfully, so we extract the (unchanged) environment, and assume it's okay. I guess I can make this action validate the However, the better way will be to detect that |
I've just published Note that |
Since this seems to be working and @PazerOP reacted with “👍”, I guess we're done here. |
See #26 as well.
If you accidentally provide an invalid arch (like
Win32
instead ofx86
), this action will report success, but will not properly configure the PATH.For example:
Running CMake after this then tries to use GCC.
The text was updated successfully, but these errors were encountered: