Remove include in boot section.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-06-02 15:04:07 -04:00
parent dbbdb907aa
commit 5dd4418ffd
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: |
brew install git cmake qemu nasm e2fsprogs
brew install git cmake nasm
# x86_64-elf-binutils x86_64-elf-gcc
- name: Build
run: |