Skip to content

Commit cbd4f70

Browse files
f
1 parent abb751d commit cbd4f70

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
@@ -135,9 +135,6 @@ jobs:
135135
# pip install -r third_party/requirements.txt
136136

137137

138-
- name: check sycl-ls
139-
run: |
140-
sycl-ls
141138

142139
- name: Download DPC++..
143140
run: |
@@ -175,6 +172,9 @@ jobs:
175172
# 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
176173
# sudo apt-get update
177174
# sudo apt-get install -y intel-oneapi-runtime-opencl intel-oneapi-base-toolkit
175+
- name: check sycl-ls
176+
run: |
177+
sycl-ls
178178
179179
- name: Configure Unified Runtime project
180180
# ">" is used to avoid adding "\" at the end of each line; this command is quite long

0 commit comments

Comments
 (0)