summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 19:18:25 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 19:18:25 +0100
commit95b3412fa2da35db86aea6a028b65b40f3617a76 (patch)
tree4b68114bafd0f0d677021829dd568bafd9b6fd4e
parenta6bf8690ebcc6ba454f671fd110f3e2c47efe857 (diff)
ci: fix c-cpp.yml.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 753bd2c0..dabe798d 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -18,4 +18,4 @@ jobs:
- 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: ./setup_amd64.sh && cd dev/kernel & export ATA_SUPPORT= && export AHCI_SUPPORT=1 && make -f amd64-ci.make all
+ run: export ATA_SUPPORT= && export AHCI_SUPPORT=1 && make -f amd64-ci.make all