diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-28 19:42:02 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-28 19:42:02 +0100 |
| commit | 66a60e0dacb6319cfe14defe876e80e512486d1e (patch) | |
| tree | 15550423988f9f9a0d37b7100edbb4d5711b5f98 /.github | |
| parent | 9300a25c1f3dbc44f5123a3c9fe4830574e036b6 (diff) | |
chore: testing ci.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
| -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 9608e8d..e1b8018 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 && nebuild steps.toml && ./steps-sysroot
\ No newline at end of file + run: cd tools && ls && nebuild steps.toml && ./steps-sysroot
\ No newline at end of file |
