We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d68a79 commit a307856Copy full SHA for a307856
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Bulid kernel
60
run: |
61
- git clone https://github.com/microsoft/WSL2-Linux-Kernel --depth 1 linux
+ git clone https://github.com/microsoft/WSL2-Linux-Kernel --depth 1
62
pushd WSL2-Linux-Kernel
63
make -j$(nproc) KCONFIG_CONFIG=Microsoft/config-wsl LOCALVERSION=""
64
popd
0 commit comments