Skip to content

Commit b747ed9

Browse files
Change kernel build step from menuconfig to defconfig in Makefile CI
1 parent 47aa896 commit b747ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: steps.cache-kernel.outputs.cache-hit != 'true'
4545
run: |
4646
cd ${{ env.VERSION }}
47-
make O=${{ github.workspace }}/iso/boot menuconfig
47+
make O=${{ github.workspace }}/iso/boot defconfig
4848
make O=${{ github.workspace }}/iso/boot
4949
sudo make O=${{ github.workspace }}/iso/boot modules_install install
5050

0 commit comments

Comments
 (0)