From 267c235052fe7a6396dc5986cc3451bd907f2c96 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Fri, 11 Apr 2025 22:50:27 -0700 Subject: [PATCH] Install hwloc in nightly builds --- .github/workflows/os-llvm-sycl-build.yml | 5 +++++ 1 file changed, 5 insertions(+) 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