diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
