diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-26 23:28:19 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-26 23:28:19 -0500 |
| commit | 91996c71d8baaa4b621c7cf3b67ff5ee9e6ace80 (patch) | |
| tree | dd3885bfee5416600710ca19bee556f8ebbbfc0d /.github/workflows/kernel-ahci-dev.yml | |
| parent | e7c8d2bc9acc3dd82b0e7cc43b2a7ee06f916860 (diff) | |
chore: fix: Downloading NeBuild for CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/kernel-ahci-dev.yml')
| -rw-r--r-- | .github/workflows/kernel-ahci-dev.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kernel-ahci-dev.yml b/.github/workflows/kernel-ahci-dev.yml index 5d24cc92..9d250ab7 100644 --- a/.github/workflows/kernel-ahci-dev.yml +++ b/.github/workflows/kernel-ahci-dev.yml @@ -13,6 +13,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install Packages - run: sudo apt update && sudo apt install mingw-w64 qemu-utils nasm | + - 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 apt update && sudo apt install mingw-w64 qemu-utils nasm | ./modules_ahci_x64.sh && ./setup_x64.sh && ./kernel_ci_x64.sh
\ No newline at end of file |
