summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 02:42:00 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 02:43:45 +0100
commitfc5bab30ba4d77a5c040f2c461aa8b2dd5361482 (patch)
tree9aa34c2bcf93b869238e8499245e5afb0cc5c36f /.github
parent88089b7dc28e47bb94de6e6de123e1be58f7dd5f (diff)
feat: system and CI improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/system-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/system-ci.yml b/.github/workflows/system-ci.yml
index a8f19dc..17ac932 100644
--- a/.github/workflows/system-ci.yml
+++ b/.github/workflows/system-ci.yml
@@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install Packages
run: sudo apt-get install libboost-all-dev
- - name: Build SuperNE
+ - name: Build SystemNe
run: |
- cd tools \ No newline at end of file
+ cd tools
+ nebuild steps.toml
+ ./steps.o --install-sysroot \ No newline at end of file