WSL supported?
#1255
-
I guess it's possible to run act on windows wsl, but still thought to ask. I am going to try it out and let you know! |
Beta Was this translation helpful? Give feedback.
Answered by
Ismoh
Jul 13, 2022
Replies: 2 comments
-
Looks like it is working: mkdir github-actions-locally
cd github-actions-locally/
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
export PATH=$PATH:/mnt/d/github-actions-locally/bin
cd /your_path_to_your_local_repo_directory/
act -l I also put Output:
Thanks a lot for this public repo! 💯 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ismoh
-
I had to run it as root (not sure if this is meant to be), otherwise there were docker error: permission denied |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like it is working:
I did this commands on wsl1 windows 10:
I also put
export PATH=$PATH:/mnt/d/github-actions-locally/bin
into users .bashrcOutput: