summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/boot-ahci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/boot-ahci.yml')
-rw-r--r--.github/workflows/boot-ahci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/boot-ahci.yml b/.github/workflows/boot-ahci.yml
index 5951ea80..ecd0c68a 100644
--- a/.github/workflows/boot-ahci.yml
+++ b/.github/workflows/boot-ahci.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 mingw-w64 qemu-utils nasm &&
+ 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 mingw-w64 qemu-utils nasm &&
cd src/boot && export ATA_PIO_SUPPORT=1 && make -f amd64-ci.make all