From 24b5df9937e98ca6251e05ce621717af45eff092 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 20 Mar 2025 05:22:37 +0100 Subject: FIX: Bad c-cpp.yml YAML file. --- .github/workflows/c-cpp.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 02ec9881..e3ec0c64 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,8 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: APT + - name: Install Packages run: apt-get install mingw32 - - name: Build - run: make - - name: cd dev/Kernel && make -f amd64-desktop.make all && cd ../../ && cd dev/Boot && make -f amd64-desktop.make all + - name: Build Repository + run: cd dev/Kernel && make -f amd64-desktop.make all && cd ../../ && cd dev/Boot && make -f amd64-desktop.make all -- cgit v1.2.3