diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-20 05:34:31 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-20 05:34:31 +0100 |
| commit | 375f09ef75b41709e6a80451e77f93961804f6a0 (patch) | |
| tree | 1347e3a007d306f063222dff32eca6427463dc1c /.github | |
| parent | 9c16ee81bdfa57dbf8336ce4f8f07809fc237c66 (diff) | |
CI: Add qemu utils to package install.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f8889964..72047b32 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Packages - run: sudo apt install gcc-mingw-w64 + run: sudo apt install gcc-mingw-w64 qemu-utils - name: Build NeKernel run: ./setup_amd64.sh && cd dev/Kernel && export AHCI_SUPPORT=1 && make -f amd64-ci.make all |
