From d84a951e42b69a1c2665548fa5d5f621b91e51ec Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 31 Aug 2025 10:19:50 +0200 Subject: fix: ci: finding a better solution for `nebuild` Signed-off-by: Amlal El Mahrouss --- .github/workflows/c-cpp-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/c-cpp-dev.yml') diff --git a/.github/workflows/c-cpp-dev.yml b/.github/workflows/c-cpp-dev.yml index c9d40c7..0dad725 100644 --- a/.github/workflows/c-cpp-dev.yml +++ b/.github/workflows/c-cpp-dev.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Packages - run: sudo apt update && sudo apt install build-essential && git clone https://github.com/nekernel-org/necti && cd necti && make build-nebuild && cd .. && cd dev/CompilerKit && nebuild ck-posix.json + run: sudo apt update && sudo apt install build-essential -- cgit v1.2.3