-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fails on windows-2019 runners #93
Comments
Thanks for the report. Can you try to contribute a fix? |
No sorry, I'm stumped. I think it's that |
If I run with the latest (untagged) commit of this action, it works :) So no code change is needed, just a new release. |
Related to this, if I use However, if i use This makes me think something isn't set up with how github does version checks for "major releases". |
When I do
runs-on: windows-latest
it works, but I'm working on a project (realm-js) that builds onwindows-2019
. The ccache action fails there with:Error: Unable to locate executable file: sudo. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.
I think it's not detecting that it's on a windows platform, and thinks it's on linux.
I made a small demo of the issue at https://github.com/amtep/nonogram-qt/runs/7838787691
The text was updated successfully, but these errors were encountered: