workflow: Install lld in check workflow

This commit is contained in:
mintsuki 2022-05-07 16:44:34 +02:00
parent 0c46c16a71
commit 8806f470dd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install git build-essential autoconf automake nasm curl mtools clang llvm -y
run: sudo apt-get update && sudo apt-get install git build-essential autoconf automake nasm curl mtools llvm clang lld -y
- name: Build the bootloader (GNU)
run: ./autogen.sh --enable-werror && make all && make maintainer-clean