diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-03 09:18:18 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-03 09:19:02 +0200 |
| commit | 71dddecbce68f803820b780ccb8c744935256b49 (patch) | |
| tree | 16f8c56159af12f3728cb74fc671a1e2aa3b55fa /.github/workflows/kernel-ahci.yml | |
| parent | 6506875ad0ab210b82a5c4ce227bf851508de17d (diff) | |
feat: Last changes before `0.0.3`
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/kernel-ahci.yml')
| -rw-r--r-- | .github/workflows/kernel-ahci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/kernel-ahci.yml b/.github/workflows/kernel-ahci.yml index a328a0f7..17a68a30 100644 --- a/.github/workflows/kernel-ahci.yml +++ b/.github/workflows/kernel-ahci.yml @@ -15,6 +15,4 @@ jobs: - uses: actions/checkout@v4 - name: Install Packages run: sudo apt update && sudo apt install mingw-w64 qemu-utils nasm - - name: Build NeKernel (AHCI) - run: ./setup_x64_project.sh && cd dev/kernel && export AHCI_SUPPORT=1 && make -f amd64-ci.make all - + |
