Skip to content

Commit 013f448

Browse files
committed
Install lld in OS compiler workflow
1 parent a95db67 commit 013f448

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
run: |
3232
sudo apt install hwloc
3333
34+
- name: Install lld
35+
shell: bash -l {0}
36+
run: |
37+
sudo apt install lld
38+
3439
- name: Cache sycl bundle
3540
id: cache-sycl-bundle
3641
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3

0 commit comments

Comments
 (0)