diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/system-ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/system-ci.yml b/.github/workflows/system-ci.yml index a8f19dc..17ac932 100644 --- a/.github/workflows/system-ci.yml +++ b/.github/workflows/system-ci.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v4 - name: Install Packages run: sudo apt-get install libboost-all-dev - - name: Build SuperNE + - name: Build SystemNe run: | - cd tools
\ No newline at end of file + cd tools + nebuild steps.toml + ./steps.o --install-sysroot
\ No newline at end of file |
