Skip to content

Commit 58b1860

Browse files
fix hwloc build
1 parent ff40a83 commit 58b1860

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/reusable_gpu_lin.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363

64-
# - name: Install drivers
65-
# run: |
66-
# # extra proxy inherited to docker has to be removed
67-
# unset no_proxy
68-
# unset NO_PROXY
69-
7064
# add-apt-repository -y ppa:kobuk-team/intel-graphics
7165
# apt-get update
7266
# apt-get install -y \
@@ -86,6 +80,17 @@ jobs:
8680
# software-properties-common \
8781
# va-driver-all \
8882
# vainfo
83+
- name: Install dependencies
84+
run: |
85+
# extra proxy inherited to docker has to be removed
86+
unset no_proxy
87+
unset NO_PROXY
88+
89+
apt-get update
90+
apt-get install -y \
91+
automake \
92+
lcov \
93+
libtool
8994
9095
- name: "Get information about platform"
9196
run: .github/scripts/get_system_info.sh

0 commit comments

Comments
 (0)