summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/kernel-ahci.yml
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 23:31:47 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 23:31:47 -0500
commitb0f5922e18a40b22da88ce220a36cc20aa99b8ea (patch)
tree27c753af2601a5cd7dd505dc7c799ca1bb6d86dc /.github/workflows/kernel-ahci.yml
parentf3a0f37760491b29d1acd408d97b29c1c011824d (diff)
fix: chore: fix broken pipe on CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/kernel-ahci.yml')
-rw-r--r--.github/workflows/kernel-ahci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kernel-ahci.yml b/.github/workflows/kernel-ahci.yml
index a7b6aec7..637bcee6 100644
--- a/.github/workflows/kernel-ahci.yml
+++ b/.github/workflows/kernel-ahci.yml
@@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v4
- name: Build CI
run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /bin/nebuild && sudo chmod +x /bin/nebuild && sudo apt update && sudo apt install mingw-w64 qemu-utils nasm |
- ./modules_ahci_x64.sh && ./setup_x64.sh && ./kernel_ci_x64.sh
+ ./modules_ahci_x64.sh && ./setup_x64_project.sh && ./kernel_ci_x64.sh