From 9c16ee81bdfa57dbf8336ce4f8f07809fc237c66 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 20 Mar 2025 05:33:16 +0100 Subject: CI: Update Makefile and CI step. --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3