summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 05:22:37 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 05:22:37 +0100
commit24b5df9937e98ca6251e05ce621717af45eff092 (patch)
treebdda08efc0ab0e97bf6e4c69227a2b9caf6ff9ce
parent7f691d6de36c47c5e089fe1d562c30e3c39a0a0f (diff)
FIX: Bad c-cpp.yml YAML file.
-rw-r--r--.github/workflows/c-cpp.yml7
1 files changed, 3 insertions, 4 deletions
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