summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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