Skip to content

WSL supported? #1255

Answered by Ismoh
Ismoh asked this question in Q&A
Jul 13, 2022 · 2 comments
Discussion options

You must be logged in to vote

Looks like it is working:
I did this commands on wsl1 windows 10:

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 export PATH=$PATH:/mnt/d/github-actions-locally/bin into users .bashrc

Output:

Stage  Job ID                              Job name                             Workflow name             Workflow file                        Events
0      lua-unit-testing-on-ubuntu-latest   LuaUnit on Ubuntu-latest             Ubuntu Lua Unit Testing   ubuntu-latest-lua-unit-testing.yml   push,pull…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Ismoh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant