corca-ai / local-cache

This action allows caching dependencies and build outputs to improve workflow execution time on self hosted machine.
MIT License
44 stars 9 forks source link

Error: Unable to locate executable file: mkdir #25

Open AzizRahmad opened 8 months ago

AzizRahmad commented 8 months ago

I got an error when trying this action. Here is the message: Error: Unable to locate executable file: mkdir. 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 can run "mkdir" directly as a step in the script so I'm not sure what causes it. Is there any other requirement for this action?

eirikwah commented 3 months ago

I am facing the exact same issue. I am running the build on a Windows server. Is Windows maybe not supported?