File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -154,14 +154,7 @@ jobs:
154154 - name : Install oneAPI basekit
155155 if : matrix.compiler.cxx == 'icpx'
156156 run : |
157- echo "${USERPASS}" | sudo -Sk bash -c "
158- apt-get update
159- apt-get install -y gpg-agent gnupg
160- wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor -o /usr/share/keyrings/oneapi-archive-keyring.gpg
161- echo 'deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main' > /etc/apt/sources.list.d/oneAPI.list
162- apt-get update
163- apt-get install -y intel-oneapi-ippcp-devel intel-oneapi-ipp-devel intel-oneapi-common-oneapi-vars intel-oneapi-compiler-dpcpp-cpp
164- "
157+ echo "${USERPASS}" | sudo -Sk ./.github/scripts/install_oneAPI.sh
165158
166159 - name : Get UMF version
167160 run : |
You can’t perform that action at this time.
0 commit comments