diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-28 19:43:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-28 19:43:32 +0100 |
| commit | cf6150dd3aca1b25e64fa94f8037412ed8ab6e4b (patch) | |
| tree | d879f47f9addf3f88ef7f8101d370d7f4e5ae9a8 | |
| parent | 66a60e0dacb6319cfe14defe876e80e512486d1e (diff) | |
chore: final CI for sysroot.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .github/workflows/sysroot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sysroot.yml b/.github/workflows/sysroot.yml index e1b8018..0cf0f9c 100644 --- a/.github/workflows/sysroot.yml +++ b/.github/workflows/sysroot.yml @@ -16,4 +16,4 @@ jobs: - 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 SysRoot - run: cd tools && ls && nebuild steps.toml && ./steps-sysroot
\ No newline at end of file + run: cd tools && ls -la && nebuild steps.toml
\ No newline at end of file |
