summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/nectar-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nectar-dev.yml')
-rw-r--r--.github/workflows/nectar-dev.yml4
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