Skip to content

Commit 1523551

Browse files
committed
github actions: explicitly install lld
1 parent 637fe6a commit 1523551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
sudo apt-get update
1515
sudo apt-get upgrade
16-
sudo apt-get install git make cmake ninja-build ruby xorriso mtools qemu-system wget
16+
sudo apt-get install git make cmake ninja-build ruby xorriso mtools qemu-system wget lld
1717
wget https://apt.llvm.org/llvm.sh
1818
chmod +x llvm.sh
1919
sudo ./llvm.sh 18

0 commit comments

Comments
 (0)