diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-20 05:22:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-20 05:22:37 +0100 |
| commit | 24b5df9937e98ca6251e05ce621717af45eff092 (patch) | |
| tree | bdda08efc0ab0e97bf6e4c69227a2b9caf6ff9ce /.github/workflows/c-cpp.yml | |
| parent | 7f691d6de36c47c5e089fe1d562c30e3c39a0a0f (diff) | |
FIX: Bad c-cpp.yml YAML file.
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 7 |
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 |
