Open
Description
As we have a series of projects that would not work on the NTFS mount that WSL due to broken file permissions (world-writable by default and with chmod o-w
not doing anything), we need to checkout the code into wsl home directory, as that has correct file permissions.
The big challenge here is that path:
it is explicitly documented as being a relative path to GITHUB_WORKSPACE
.
I am trying to configure checkout to force it to clone the code inside linux partition as the windows one has broken insecure permissions (o+w) and there is no way fix them via chmod
on the mount.
Metadata
Metadata
Assignees
Labels
No labels