summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kernel-setup.yml2
-rw-r--r--.github/workflows/sanity-check.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/kernel-setup.yml b/.github/workflows/kernel-setup.yml
index 41dd6e6..6665e16 100644
--- a/.github/workflows/kernel-setup.yml
+++ b/.github/workflows/kernel-setup.yml
@@ -19,6 +19,8 @@ jobs:
run: sudo curl https://git.src.nekernel.org/nebuild/releases/download/v0.0.6-apple-m1/nebuild-debian -o /usr/bin/nebuild && sudo chmod +x /usr/bin/nebuild
- name: Check NeBuild
run: nebuild -v
+ - name: Install QEMU-IMG
+ run: sudo apt update && sudo apt install qemu-img
- name: Attempt Kernel Setup
run: mkdir tmp && git clone https://github.com/ne-foss-org/kernel.git tmp/kernel && cd tmp/kernel && sudo ./scripts/setup_x64_project.sh
\ No newline at end of file
diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml
index 78ee4c5..ea61d25 100644
--- a/.github/workflows/sanity-check.yml
+++ b/.github/workflows/sanity-check.yml
@@ -1,4 +1,4 @@
-name: Ne.org Build (SANITY)
+name: Ne.org Build [SANITY]
on:
push: