From 8afc7a262a406147a2ec5af590b35ac8a088bc50 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 27 Nov 2025 06:17:07 -0500 Subject: chore: new versions of nekernel and necti, updated CI. Signed-off-by: Amlal El Mahrouss --- .github/workflows/system-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/system-ci.yml b/.github/workflows/system-ci.yml index 17ac932..56022cd 100644 --- a/.github/workflows/system-ci.yml +++ b/.github/workflows/system-ci.yml @@ -14,8 +14,8 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Packages - run: sudo apt-get install libboost-all-dev - - name: Build SystemNe + run: sudo apt-get install libboost-all-dev && sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /bin/nebuild && sudo chmod +x /bin/nebuild + - name: Build SSystem run: | cd tools nebuild steps.toml -- cgit v1.2.3