diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-27 06:17:07 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-27 06:17:07 -0500 |
| commit | 8afc7a262a406147a2ec5af590b35ac8a088bc50 (patch) | |
| tree | 65c0d8436c217a513172bb07387628c0887f861a /.github | |
| parent | 24ec7be63d7a2678fc03dba27628251f8a45877c (diff) | |
chore: new versions of nekernel and necti, updated CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/system-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
