summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 05:33:16 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 05:33:16 +0100
commit9c16ee81bdfa57dbf8336ce4f8f07809fc237c66 (patch)
treeb17beba516abdc36fd4b5cbbb4dd975cb65c8fce /.github/workflows/c-cpp.yml
parent8fe29897dab0fd6d2d0213e50dbb6855f0803cc2 (diff)
CI: Update Makefile and CI step.
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 399a0a25..f8889964 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v4
- name: Install Packages
run: sudo apt install gcc-mingw-w64
- - name: Build Repository
- run: cd dev/Kernel && export AHCI_SUPPORT=1 && make -f amd64-ci.make all && cd ../../ && cd dev/Boot && make -f amd64-desktop.make all
+ - name: Build NeKernel
+ run: ./setup_amd64.sh && cd dev/Kernel && export AHCI_SUPPORT=1 && make -f amd64-ci.make all