We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a97c0f commit 924e040Copy full SHA for 924e040
1 file changed
.github/workflows/Build-Kernel.yml
@@ -136,9 +136,9 @@ jobs:
136
sed -i "/${line:1}/d" .config ;;
137
esac
138
done < $difFile
139
- # yes '' | make -j$(($(nproc)*2+1)) || true
140
- # cp arch/x86/boot/bzImage ../WSL2kernel_${{ matrix.config }}
141
- echo "${{ matrix.config }}" > ../WSL2kernel_${{ matrix.config }}
+ yes '' | make -j$(($(nproc)*2+1)) || true
+ cp arch/x86/boot/bzImage ../WSL2kernel_${{ matrix.config }}
+ # echo "${{ matrix.config }}" > ../WSL2kernel_${{ matrix.config }}
142
143
- name: "👍 Upload Image as Artifact"
144
uses: actions/upload-artifact@v3
0 commit comments