Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 4398362

Browse files
committed
Install lld during the build test
Signed-off-by: Nathaniel McCallum <[email protected]>
1 parent e29a1c7 commit 4398362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
with:
1111
toolchain: ${{ matrix.toolchain }}
1212
override: true
13+
- name: Install lld
14+
run: sudo apt install lld
1315
- uses: actions-rs/cargo@v1
1416
with:
1517
command: build

0 commit comments

Comments
 (0)