We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d2337 commit 41a4f8bCopy full SHA for 41a4f8b
.github/workflows/ur-build-hw.yml
@@ -126,6 +126,10 @@ jobs:
126
pwd
127
echo "${{github.workspace}}"
128
129
+ - name: Fix broken install
130
+ run: |
131
+ apt --fix-broken install -y
132
+
133
# TODO: move installation of python3-venv to docker
134
# Latest distros do not allow global pip installation
135
- name: Install UR python dependencies in venv
@@ -154,7 +158,7 @@ jobs:
154
158
# or
155
159
# ghcr.io/intel/llvm/ubuntu2404_build:latest
156
160
# not sure on OpenCL and NativeCPU - to be checked.
157
-
161
162
# - name: Install Intel Level Zero GPU
163
# # if: ${{ inputs.adapter_name == 'L0' || inputs.adapter_name == 'L0_V2' }}
164
# run: |
0 commit comments