diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-28 08:23:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-28 08:23:08 +0100 |
| commit | db4b709911c974f4cdbfdc6fd59a86be174b8464 (patch) | |
| tree | 54463c424a291af9d889b5d47dfa3107b1d43641 | |
| parent | da7e3cff601f89e4644fc3e69cc6e607e6c78153 (diff) | |
Update nectar-dev.yml
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .github/workflows/nectar-dev.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/nectar-dev.yml b/.github/workflows/nectar-dev.yml index 6b44fba..16bbe02 100644 --- a/.github/workflows/nectar-dev.yml +++ b/.github/workflows/nectar-dev.yml @@ -13,7 +13,9 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Build CI + - name: Attempt NeBuild + run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o sanity-test + - name: Build CompilerKit and DebuggerKit 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 |
