diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-26 23:22:57 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-26 23:22:57 -0500 |
| commit | e7c8d2bc9acc3dd82b0e7cc43b2a7ee06f916860 (patch) | |
| tree | 5e8853bb980da6250cd23b9f75b8efc187abc0e7 /.github/workflows/kernel-ahci-dev.yml | |
| parent | 38ec3f5ef393f19060f4fd1efe58504be1f9a4ac (diff) | |
chore: update CI work and readme.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/kernel-ahci-dev.yml b/.github/workflows/kernel-ahci-dev.yml index ed6252c9..5d24cc92 100644 --- a/.github/workflows/kernel-ahci-dev.yml +++ b/.github/workflows/kernel-ahci-dev.yml @@ -14,4 +14,5 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Packages - run: sudo apt update && sudo apt install mingw-w64 qemu-utils nasm && ./kernel_ci_x64.sh + run: 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 |
