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.
1 parent 47aa896 commit b747ed9Copy full SHA for b747ed9
.github/workflows/makefile.yml
@@ -44,7 +44,7 @@ jobs:
44
if: steps.cache-kernel.outputs.cache-hit != 'true'
45
run: |
46
cd ${{ env.VERSION }}
47
- make O=${{ github.workspace }}/iso/boot menuconfig
+ make O=${{ github.workspace }}/iso/boot defconfig
48
make O=${{ github.workspace }}/iso/boot
49
sudo make O=${{ github.workspace }}/iso/boot modules_install install
50
0 commit comments