Install lld for the LLVM build.
This commit is contained in:
parent
9963c3f6a0
commit
3344730568
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -17,5 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install lld
|
||||
run: sudo apt-get install -y lld
|
||||
- name: LLVM build
|
||||
run: make LLVM=on image.bin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user