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 b0c7344 commit 5789000Copy full SHA for 5789000
.github/workflows/sycl-linux-run-tests.yml
@@ -207,6 +207,7 @@ jobs:
207
if: ${{ inputs.is_icx == 'true' }}
208
shell: bash
209
run: |
210
+ sudo apt-get --fix-broken -y install
211
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor \
212
| sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
213
sudo echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" \
0 commit comments