summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/c-cpp-dev.yml
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 10:19:50 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 10:19:50 +0200
commitd84a951e42b69a1c2665548fa5d5f621b91e51ec (patch)
tree86dbd0e0d12162dfebafbd8a4086f1d297b05bdb /.github/workflows/c-cpp-dev.yml
parente5cfd9b4a9d352d6567b4afd4472ea8508b4da4d (diff)
fix: ci: finding a better solution for `nebuild`v0.0.1e3-release
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/c-cpp-dev.yml')
-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 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