Skip to content

Commit

Permalink
[CI] Install hwloc on CI (UMF dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Mar 11, 2024
1 parent 91c1d2b commit cbc9843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install apt packages
run: |
sudo apt-get update
sudo apt-get install -y doxygen ${{matrix.compiler.c}}
sudo apt-get install -y doxygen libhwloc-dev ${{matrix.compiler.c}}
- name: Install g++-7
if: matrix.compiler.cxx == 'g++-7'
Expand Down

0 comments on commit cbc9843

Please sign in to comment.