summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/c-cpp.yml')
-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 f5e6b2e2..399a0a25 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -16,4 +16,4 @@ jobs:
- name: Install Packages
run: sudo apt install gcc-mingw-w64
- name: Build Repository
- run: cd dev/Kernel && make -f amd64-ci.make all && cd ../../ && cd dev/Boot && make -f amd64-desktop.make all
+ run: cd dev/Kernel && export AHCI_SUPPORT=1 && make -f amd64-ci.make all && cd ../../ && cd dev/Boot && make -f amd64-desktop.make all