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