Skip to content

Commit d6d6104

Browse files
authored
Merge pull request #1196 from ldorau/Install_libnuma-dev_in_the_proxy_lib_workflow
Install libnuma-dev in the proxy lib workflow
2 parents 1c7bc25 + fcf2c8d commit d6d6104

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)