diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-27 06:18:34 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-27 06:18:34 -0500 |
| commit | 4fc51d7956c6975699371f93f8a21d618f8de18c (patch) | |
| tree | 0c7cbaea38f8c657dad70662966c29c2bb81ca89 | |
| parent | 8afc7a262a406147a2ec5af590b35ac8a088bc50 (diff) | |
chore: Fix CI path for steps.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .github/workflows/system-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/system-ci.yml b/.github/workflows/system-ci.yml index 56022cd..faa4515 100644 --- a/.github/workflows/system-ci.yml +++ b/.github/workflows/system-ci.yml @@ -19,4 +19,4 @@ jobs: run: | cd tools nebuild steps.toml - ./steps.o --install-sysroot
\ No newline at end of file + ./tools/steps.o --install-sysroot
\ No newline at end of file |
