Skip to content

Commit 648dea2

Browse files
committed
Install lld in OS compiler workflow
1 parent 48319d7 commit 648dea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
with:
2727
access_token: ${{ github.token }}
2828

29-
- name: Install hwloc
29+
- name: Install hwloc and lld
3030
shell: bash -l {0}
3131
run: |
3232
sudo apt install hwloc
33+
sudo apt install lld
3334
3435
- name: Cache sycl bundle
3536
id: cache-sycl-bundle

0 commit comments

Comments
 (0)