diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/system-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/system-ci.yml b/.github/workflows/system-ci.yml index 3027a43..a8f19dc 100644 --- a/.github/workflows/system-ci.yml +++ b/.github/workflows/system-ci.yml @@ -17,6 +17,4 @@ jobs: run: sudo apt-get install libboost-all-dev - name: Build SuperNE run: | - cd sbin - mkdir build - cd build
\ No newline at end of file + cd tools
\ No newline at end of file |
