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 bf4e994 commit 5d91404Copy full SHA for 5d91404
.github/workflows/sycl_linux_run_tests.yml
@@ -165,8 +165,6 @@ jobs:
165
- name: Install drivers
166
if: inputs.install_drivers == 'true'
167
run: |
168
- # TODO install into image
169
- sudo apt install -yq jq
170
sudo cp devops/scripts/get_release.py /opt/
171
sudo -E devops/scripts/install_drivers.sh llvm/devops/dependencies.json --all
172
- name: Install drivers (deprecated CI interface)
@@ -223,7 +221,6 @@ jobs:
223
221
- name: Unzip artifact [workflow_run]
224
222
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
225
226
- sudo apt-get install unzip
227
unzip ${{ inputs.sycl_toolchain_artifact }}.zip
228
rm ${{ inputs.sycl_toolchain_artifact }}.zip
229
- name: Extract/Setup SYCL toolchain
0 commit comments