summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/kernel-ahci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/kernel-ahci.yml')
-rw-r--r--.github/workflows/kernel-ahci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/kernel-ahci.yml b/.github/workflows/kernel-ahci.yml
index 883cda2c..1a76442c 100644
--- a/.github/workflows/kernel-ahci.yml
+++ b/.github/workflows/kernel-ahci.yml
@@ -14,5 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Packages
- run: sudo apt update && sudo apt install mingw-w64 qemu-utils nasm && ./kernel_ci_x64.sh
+ run: sudo apt update && sudo apt install mingw-w64 qemu-utils nasm |
+ ./modules_ahci_x64.sh && ./setup_x64.sh && ./kernel_ci_x64.sh