summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/necti.yml
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 23:40:15 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 23:40:15 -0500
commit7276b5b44f6e98d9d7b30dfd05d9e9e4baecf1a0 (patch)
treead0bcc2bb278e58e5cdc5505e49be30452cf8047 /.github/workflows/necti.yml
parent16bc4a5029a08eb4bb8936c874477d026e6ec3eb (diff)
chore: fix CI commands.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/necti.yml')
-rw-r--r--.github/workflows/necti.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/necti.yml b/.github/workflows/necti.yml
index 4f3ff3a..5e9a4c4 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 install build-essential sudo apt update && sudo apt install build-essential && sudo apt install libboost-dev |
+ 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