summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 10:03:30 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 10:03:30 +0200
commitfb9161db1d085c5531ab3a746827d30fabc2d42f (patch)
treef3ef001d1c5c5ba9a0b01b74481c6bc25e3dd5ff /.github/workflows
parentab832b358a7d7c84e6a6ff7434747a69b7348261 (diff)
fix: be explicit in the `make` invocation (use build-nebuild)
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/c-cpp-dev.yml2
1 files changed, 1 insertions, 1 deletions
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