Skip to content

Commit 59fc552

Browse files
committed
Add sudo package to CI icx-build machines
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 2b45982 commit 59fc552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install apt packages
3535
run: |
3636
apt-get update
37-
apt-get install -y libnuma-dev libjemalloc-dev libtbb-dev libhwloc-dev
37+
apt-get install -y libnuma-dev libjemalloc-dev libtbb-dev libhwloc-dev sudo
3838
3939
- name: Configure build
4040
run: >

.github/workflows/sanitizers.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
apt-get update
35-
apt-get install -y cmake libnuma-dev libjemalloc-dev libtbb-dev libhwloc-dev
35+
apt-get install -y cmake libnuma-dev libjemalloc-dev libtbb-dev libhwloc-dev sudo
3636
3737
- name: Configure build
3838
run: >

0 commit comments

Comments
 (0)