From fc5bab30ba4d77a5c040f2c461aa8b2dd5361482 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 02:42:00 +0100 Subject: feat: system and CI improvements. Signed-off-by: Amlal El Mahrouss --- .github/workflows/system-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3