Replies: 1 comment 1 reply
-
Well, who says it is wrong? - shell: cmd
run: |
dir \\wsl$\Debian\root
dir \\wsl\Debian\root says
So both seem to work the same. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While locally I was able to use the code below to expose the Windows path towards wsl home directory, it seem that it does not work with GHA runners.
As locally I have WSL2, I kinda start to believe that wsl1 version of wslpath my not work correctly. Very weird as it did not complain about not supporting -w, it complained about the argument.
Updates:
\\wsl$\Ubuntu\home\ssbarnea
,\\wsl\Debian\root\
-- see missing "$"?Beta Was this translation helpful? Give feedback.
All reactions