From fb9161db1d085c5531ab3a746827d30fabc2d42f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 31 Aug 2025 10:03:30 +0200 Subject: fix: be explicit in the `make` invocation (use build-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 438eb90..6fbfa8e 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.git && cd necti && make && cd .. && cd dev/CompilerKit && nebuild ck-posix.json + run: sudo apt update && sudo apt install build-essential && git clone https://github.com/nekernel-org/necti.git && cd necti && make build-nebuild && cd .. && cd dev/CompilerKit && nebuild ck-posix.json -- cgit v1.2.3