diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-26 23:41:38 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-26 23:41:52 -0500 |
| commit | d4fb3e16ab67e79e7b92e17a53e8e2615c0f7086 (patch) | |
| tree | f32df64af2e37b7f7a430aafd1f8a8ad9d398036 | |
| parent | 7276b5b44f6e98d9d7b30dfd05d9e9e4baecf1a0 (diff) | |
chore: Fix broken pipe in CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .github/workflows/necti-dev.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/necti.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/necti-dev.yml b/.github/workflows/necti-dev.yml index 61bef46..1c60ee1 100644 --- a/.github/workflows/necti-dev.yml +++ b/.github/workflows/necti-dev.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build CI - run: 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 && sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev | - cd src/CompilerKit && nebuild ck-posix.json | + run: 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 && sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev && + cd src/CompilerKit && nebuild ck-posix.json && cd ../DebuggerKit && nebuild dk-posix.json diff --git a/.github/workflows/necti.yml b/.github/workflows/necti.yml index 5e9a4c4..58969c6 100644 --- a/.github/workflows/necti.yml +++ b/.github/workflows/necti.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build CI - run: 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 && sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev | - cd src/CompilerKit && nebuild ck-posix.json | + run: 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 && sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev && + cd src/CompilerKit && nebuild ck-posix.json && cd ../DebuggerKit && nebuild dk-posix.json |
