Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
CI: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QKIvan authored Feb 10, 2024
1 parent 2ad5c9c commit fd2778f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nekko-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "CONFIG_HAVE_KPROBES=y" >> arch/arm64/configs/redbull-gki_defconfig
echo "CONFIG_KPROBE_EVENTS=y" >> arch/arm64/configs/redbull-gki_defconfig
echo "CONFIG_OVERLAY_FS=y" >> arch/arm64/configs/redbull-gki_defconfig
make ARCH=arm64 redbull_defconfig
make ARCH=arm64 redbull-gki_defconfig
make ARCH=arm64 savedefconfig
cp defconfig arch/arm64/configs/redbull-gki_defconfig
make mrproper
Expand Down

0 comments on commit fd2778f

Please sign in to comment.