We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shell
1 parent 71f5993 commit 0bb960eCopy full SHA for 0bb960e
github-actions/setup-wsl/action.yml
@@ -25,12 +25,6 @@ outputs:
25
runs:
26
using: composite
27
steps:
28
- # Git checkout converts to CRLF by default. This causes the Aspect lock
29
- # files to differ. See: https://github.com/actions/checkout/issues/135.
30
- - run: |
31
- git config --system core.autocrlf false
32
- git config --system core.eol lf
33
-
34
# Configure the WSL VM.
35
- uses: Vampire/setup-wsl@v4
36
with:
@@ -53,6 +47,8 @@ runs:
53
47
54
48
- name: Determining paths for common WSL usage (e.g. path to cmd, npm, git)
55
49
id: wsl_paths
50
+ # Note: This executes outside of WSL.
51
+ shell: bash
56
52
run: |
57
cmd_path=$(which cmd.exe)
58
cmd_wsl_path=$(wsl exec wslpath -u $cmd_path)
0 commit comments