You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github-actions/setup-wsl/action.yml
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ outputs:
34
34
value: C:\wsl_root
35
35
wsl_root_unc_path:
36
36
description: UNC Windows path pointing to the WSL file system root.
37
-
value: \\\\wsl.localhost\Debian
37
+
value: \\\\wsl.localhost\Ubuntu-24.04
38
38
repo_path:
39
39
description: Path to the copied repository directory (as Unix wsl path)
40
40
value: ${{steps.disk_path.outputs.repo}}
@@ -46,8 +46,10 @@ runs:
46
46
# Note: `memory` by default is 50% of the Windows host machine. We want to try
47
47
# a higher percentage to leverage more of the GitHub Windows machines.
48
48
# They have 16GB by default. See: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners.
0 commit comments