Skip to content

Commit 113a88f

Browse files
Update ur-build-hw.yml
1 parent 3a6826f commit 113a88f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ur-build-hw.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,14 @@ jobs:
162162
# # libstdc++-12-dev
163163
#
164164

165-
- name: Install OpenCL
166-
if: ${{ inputs.adapter_name == 'OPENCL' }}
167-
run: |
168-
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
169-
| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
170-
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
171-
sudo apt-get update
172-
sudo apt-get install -y intel-oneapi-runtime-opencl intel-oneapi-base-toolkit
165+
# - name: Install OpenCL
166+
# if: ${{ inputs.adapter_name == 'OPENCL' }}
167+
# run: |
168+
# wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
169+
# | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
170+
# echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
171+
# sudo apt-get update
172+
# sudo apt-get install -y intel-oneapi-runtime-opencl intel-oneapi-base-toolkit
173173

174174
- name: Configure Unified Runtime project
175175
# ">" is used to avoid adding "\" at the end of each line; this command is quite long

0 commit comments

Comments
 (0)