diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:46:03 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:46:03 +0100 |
| commit | 0711ecc7b775c861df179d8856af9be97944cba4 (patch) | |
| tree | 0070e6d75fe457db13b0aea698d6784f3c3c6ede | |
| parent | 95b3412fa2da35db86aea6a028b65b40f3617a76 (diff) | |
ci(c-cpp.yml): Remove useless kernel build on CI/CD
| -rw-r--r-- | .github/workflows/c-cpp.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index dabe798d..be6fcafc 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,5 +17,4 @@ jobs: run: sudo apt update && sudo apt install mingw-w64 qemu-utils nasm - name: Build NeKernel (ATA) run: ./setup_amd64.sh && cd dev/kernel && export ATA_SUPPORT=1 && make -f amd64-ci.make all - - name: Build NeKernel (AHCI) - run: export ATA_SUPPORT= && export AHCI_SUPPORT=1 && make -f amd64-ci.make all + |
