Skip to content

Commit fcf2c8d

Browse files
committed
Install libnuma-dev in the proxy lib workflow
Install libnuma-dev in the proxy lib workflow, because it is required. It has worked correctly so far most probably, because libnuma-dev has been installed as a dependency of libhwloc-dev. It failed when libhwloc-dev was not installed. Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 1c7bc25 commit fcf2c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_proxy_lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install apt packages
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install -y cmake libhwloc-dev libtbb-dev lcov
35+
sudo apt-get install -y cmake libhwloc-dev libnuma-dev libtbb-dev lcov
3636
3737
- name: Configure build
3838
run: >

0 commit comments

Comments
 (0)