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 b747ed9 commit 81d3691Copy full SHA for 81d3691
.github/workflows/makefile.yml
@@ -44,9 +44,9 @@ jobs:
44
if: steps.cache-kernel.outputs.cache-hit != 'true'
45
run: |
46
cd ${{ env.VERSION }}
47
- 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
+ make defconfig
+ make
+ sudo make INSTALL_MOD_PATH=${{ github.workspace }}/iso/boot INSTALL_PATH=${{ github.workspace }}/iso/boot modules_install install
50
51
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html
52
# https://docs.kernel.org/filesystems/ramfs-rootfs-initramfs.html#contents-of-initramfs
0 commit comments