build: Move to using autoconf
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -15,4 +15,4 @@ jobs:
|
||||
run: sudo apt-get update && sudo apt-get install git build-essential nasm curl mtools -y
|
||||
|
||||
- name: Build the bootloader
|
||||
run: make all
|
||||
run: ./autogen.sh && make all
|
||||
|
||||
Reference in New Issue
Block a user