summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 10:09:18 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 10:09:18 +0200
commite5cfd9b4a9d352d6567b4afd4472ea8508b4da4d (patch)
tree243ac53d0b03eabf48a302dc6a006a69f87f09e8 /.github
parentfb9161db1d085c5531ab3a746827d30fabc2d42f (diff)
fix: fix GIT url for CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
-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 6fbfa8e..c9d40c7 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 build-nebuild && 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 && cd necti && make build-nebuild && cd .. && cd dev/CompilerKit && nebuild ck-posix.json