diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-20 13:54:40 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-20 13:54:40 +0100 |
| commit | 8ea8f49d10478e9a6c0b38558231f1e0a3434929 (patch) | |
| tree | 041f77a32ddf5f21c7194309c9ce61258c64beff /.github | |
| parent | b2bb91c2c3fcb229585bc8a378441e6adfbfe7ac (diff) | |
fix: CI build fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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 |
