diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:06:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:06:58 +0100 |
| commit | 7f941a7ac99bcc4afb7deba7f87ddef8629b7add (patch) | |
| tree | e9f35bb6fb9bdac61e15b44fb121c25955c47844 /.github/workflows/boot-ahci-dev.yml | |
| parent | 941e0dfbb41ac539178503351afc0f09de442720 (diff) | |
chore: upstream fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/boot-ahci-dev.yml')
| -rw-r--r-- | .github/workflows/boot-ahci-dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/boot-ahci-dev.yml b/.github/workflows/boot-ahci-dev.yml index ae628c52..9c161616 100644 --- a/.github/workflows/boot-ahci-dev.yml +++ b/.github/workflows/boot-ahci-dev.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 |
