summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 05:29:38 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 05:29:38 +0100
commit8fe29897dab0fd6d2d0213e50dbb6855f0803cc2 (patch)
tree4a8dc5adb82282b559325a0da79f81b06994e804 /.github/workflows
parent73a22c1855dc6c73d91f05236a3f59ad4413838a (diff)
Use a generic gcc for the CI.
Diffstat (limited to '.github/workflows')
-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