Install x86_64-elf-binutils.
This commit is contained in:
parent
d78af27c5c
commit
4f5e265a89
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install llvm
|
- name: install llvm
|
||||||
run: brew install llvm
|
run: brew install llvm x86_64-elf-binutils x86_64-elf-gcc
|
||||||
- name: LLVM build
|
- name: LLVM build
|
||||||
run: make LLVM=on image.bin
|
run: make LLVM=on image.bin
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user