Skip to content

Commit 41a4f8b

Browse files
committed
test alldeps
1 parent e5d2337 commit 41a4f8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ jobs:
126126
pwd
127127
echo "${{github.workspace}}"
128128
129+
- name: Fix broken install
130+
run: |
131+
apt --fix-broken install -y
132+
129133
# TODO: move installation of python3-venv to docker
130134
# Latest distros do not allow global pip installation
131135
- name: Install UR python dependencies in venv
@@ -154,7 +158,7 @@ jobs:
154158
# or
155159
# ghcr.io/intel/llvm/ubuntu2404_build:latest
156160
# not sure on OpenCL and NativeCPU - to be checked.
157-
161+
158162
# - name: Install Intel Level Zero GPU
159163
# # if: ${{ inputs.adapter_name == 'L0' || inputs.adapter_name == 'L0_V2' }}
160164
# run: |

0 commit comments

Comments
 (0)