diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-27 06:20:37 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-27 06:20:37 -0500 |
| commit | d78e0bdd244e6e245948185666b776364994fedb (patch) | |
| tree | 4f77ac02125c60f1ad041586c0516a59bdf00b15 /.github | |
| parent | 4fc51d7956c6975699371f93f8a21d618f8de18c (diff) | |
chore: Final fix for steps.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/system-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/system-ci.yml b/.github/workflows/system-ci.yml index faa4515..f4c9b8c 100644 --- a/.github/workflows/system-ci.yml +++ b/.github/workflows/system-ci.yml @@ -15,8 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Packages 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 + - name: Build System run: | cd tools - nebuild steps.toml - ./tools/steps.o --install-sysroot
\ No newline at end of file + nebuild steps.toml
\ No newline at end of file |
