We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff40a83 commit cfa7962Copy full SHA for cfa7962
1 file changed
.github/workflows/reusable_gpu_lin.yml
@@ -61,12 +61,6 @@ jobs:
61
with:
62
fetch-depth: 0
63
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
-
70
# add-apt-repository -y ppa:kobuk-team/intel-graphics
71
# apt-get update
72
# apt-get install -y \
@@ -86,6 +80,15 @@ jobs:
86
80
# software-properties-common \
87
81
# va-driver-all \
88
82
# vainfo
83
+ - name: Install dependencies
84
+ run: |
85
+ # extra proxy inherited to docker has to be removed
+ unset no_proxy
+ unset NO_PROXY
+
89
+ apt-get update
90
+ apt-get install -y \
91
+ autoreconf
92
93
- name: "Get information about platform"
94
run: .github/scripts/get_system_info.sh
0 commit comments