summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/kernel-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/kernel-build.yml')
-rw-r--r--.github/workflows/kernel-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kernel-build.yml b/.github/workflows/kernel-build.yml
index 4445196..3dbf565 100644
--- a/.github/workflows/kernel-build.yml
+++ b/.github/workflows/kernel-build.yml
@@ -16,9 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Attempt NeBuild
- run: sudo curl https://git.src.nekernel.org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /bin/nebuild
+ run: sudo curl https://git.src.nekernel.org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /usr/bin/nebuild
- name: Check NeBuild
run: nebuild -v
- name: Attempt Kernel Setup
- run: mkdir tmp && git clone https://git.src.nekernel.org/kernel tmp/kernel && ./tmp/kernel/scripts/setup_x64_project.sh
+ run: mkdir tmp && git clone https://git.src.nekernel.org/kernel tmp/kernel && sudo ./tmp/kernel/scripts/setup_x64_project.sh
\ No newline at end of file