Skip to content

Commit b8086ee

Browse files
committed
.
1 parent d590042 commit b8086ee

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/scripts/install_oneAPI.sh

100644100755
File mode changed.

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)