We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48319d7 commit 648dea2Copy full SHA for 648dea2
.github/workflows/os-llvm-sycl-build.yml
@@ -26,10 +26,11 @@ jobs:
26
with:
27
access_token: ${{ github.token }}
28
29
- - name: Install hwloc
+ - name: Install hwloc and lld
30
shell: bash -l {0}
31
run: |
32
sudo apt install hwloc
33
+ sudo apt install lld
34
35
- name: Cache sycl bundle
36
id: cache-sycl-bundle
0 commit comments