Replies: 1 comment 3 replies
-
Without having it tried, I think the problem it complains about is the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to create a symlinked directory inside the GITHUB_WORKSPACE that goes into the linux home directory, so we avoid the /mnt permission problems during our build and testing.
Still, while I was able to run the commands locally, something upsets GHA task and refuses to create the folder.
AFAIK, there is nothing wrong with
mkdir -p "$wsl_home\ws"
, it appears to work fine locally.The [GHA task](https://github.com/ansible/ansible-language-server/runs/7148659678?check_suite_focus=true0 looks more like:
Beta Was this translation helpful? Give feedback.
All reactions