Skip to content

Commit f26fe0b

Browse files
Update ur-build-hw.yml
1 parent d7f0042 commit f26fe0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ jobs:
172172
- name: Install OpenCL
173173
if: ${{ inputs.adapter_name == 'OPENCL' }}
174174
run: |
175-
apt-get update && apt-get upgrade -y && \
176-
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
175+
sudo apt-get update && sudo apt-get upgrade -y && \
176+
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends \
177177
curl ca-certificates gpg-agent software-properties-common && \
178-
rm -rf /var/lib/apt/lists/*
178+
sudo rm -rf /var/lib/apt/lists/*
179179
# wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
180180
# | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
181181
# 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

0 commit comments

Comments
 (0)