diff --git a/.github/workflows/os-llvm-sycl-build.yml b/.github/workflows/os-llvm-sycl-build.yml index 74833ec3f9..9775f0b2c7 100644 --- a/.github/workflows/os-llvm-sycl-build.yml +++ b/.github/workflows/os-llvm-sycl-build.yml @@ -26,6 +26,11 @@ jobs: with: access_token: ${{ github.token }} + - name: Install hwloc + shell: bash -l {0} + run: | + sudo apt install hwloc + - name: Cache sycl bundle id: cache-sycl-bundle uses: actions/cache@v4