diff options
| -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 |
