diff options
Diffstat (limited to '.github/workflows/sysroot.yml')
| -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 |
