Skip to content

Commit 924e040

Browse files
authored
first run
1 parent 5a97c0f commit 924e040

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build-Kernel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ jobs:
136136
sed -i "/${line:1}/d" .config ;;
137137
esac
138138
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 }}
139+
yes '' | make -j$(($(nproc)*2+1)) || true
140+
cp arch/x86/boot/bzImage ../WSL2kernel_${{ matrix.config }}
141+
# echo "${{ matrix.config }}" > ../WSL2kernel_${{ matrix.config }}
142142
143143
- name: "👍 Upload Image as Artifact"
144144
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)