Skip to content

Commit 2714ff2

Browse files
authored
Merge pull request #2050 from IntelPython/install-hwloc-dpcpp-nightly-dependency
Install `hwloc` in SYCL OS compiler builds
2 parents f3b70ed + 267c235 commit 2714ff2

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
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
access_token: ${{ github.token }}
2828

29+
- name: Install hwloc
30+
shell: bash -l {0}
31+
run: |
32+
sudo apt install hwloc
33+
2934
- name: Cache sycl bundle
3035
id: cache-sycl-bundle
3136
uses: actions/cache@v4

0 commit comments

Comments
 (0)