-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error: pwsh: command not found #4
Comments
I have the same problem using "act" on Windows, and therefore under WSL (so using Docker-Windows) "| OCI runtime exec failed: exec failed: unable to start container process: exec: "pwsh": executable file not found in $PATH: unknown" |
I have the same problem, but I am running a self-hosted runner on my ubuntu system. My config looks like this: - name: Install Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64 And this is my log output:
Can anyone help me with this issue? |
I'm getting this error:
See the full log: https://github.com/yegor256/fibonacci/runs/4907989586?check_suite_focus=true
The text was updated successfully, but these errors were encountered: