summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nectar-dev.yml4
-rw-r--r--.github/workflows/nectar.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/nectar-dev.yml b/.github/workflows/nectar-dev.yml
index 16bbe02..9ddb47e 100644
--- a/.github/workflows/nectar-dev.yml
+++ b/.github/workflows/nectar-dev.yml
@@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Attempt NeBuild
- run: sudo curl https://github.com/nekernel-org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o sanity-test
+ run: sudo curl https://github.com/ne-foss-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 &&
+ run: sudo curl https://github.com/ne-foss-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/nectar.yml b/.github/workflows/nectar.yml
index 2f395f2..a545122 100644
--- a/.github/workflows/nectar.yml
+++ b/.github/workflows/nectar.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 &&
+ run: sudo curl https://github.com/ne-foss-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