diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:54:24 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:54:24 +0100 |
| commit | 4b189d6e429f214becc57438025eeaf09b5b6f52 (patch) | |
| tree | 9758a3b55679af77546be963e4a600e2adcd1f95 /.github | |
| parent | 5870e529d9f788588836a9dc9fe8b4f026bfe984 (diff) | |
fix: use correct variable for CI.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 7011654d..4ab31f77 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -16,5 +16,5 @@ jobs: - name: Install Packages run: sudo apt update && sudo apt install mingw-w64 qemu-utils nasm - name: Build NeKernel (Generic) - run: ./setup_amd64.sh && cd dev/kernel && export ATA_SUPPORT=1 && make -f amd64-ci.make all + run: ./setup_amd64.sh && cd dev/kernel && export ATA_PIO_SUPPORT=1 && make -f amd64-ci.make all |
