summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-20 03:05:31 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-20 03:05:31 -0500
commit1e4aa5a4f4a1e9c2b9fed58d569fe50fd45da04e (patch)
tree1ec3911fae36fd59ffd7f374fe4207f5797bd429 /.github
parent0d8d6dd360fd85316673bfbf05db0c7c1d422a52 (diff)
feat: new.cc file
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/necti-dev.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/necti-dev.yml b/.github/workflows/necti-dev.yml
index de50a30..a3dd77c 100644
--- a/.github/workflows/necti-dev.yml
+++ b/.github/workflows/necti-dev.yml
@@ -15,7 +15,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install Packages
run: sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev
- - name: Build
- run: cd dev/CompilerKit && nebuild ck-posix.json
+