Skip to content

Commit 5d91404

Browse files
aelovikov-intelmdtoguchi
authored andcommitted
[CI] Don't install utilities present in the images
1 parent bf4e994 commit 5d91404

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/sycl_linux_run_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ jobs:
165165
- name: Install drivers
166166
if: inputs.install_drivers == 'true'
167167
run: |
168-
# TODO install into image
169-
sudo apt install -yq jq
170168
sudo cp devops/scripts/get_release.py /opt/
171169
sudo -E devops/scripts/install_drivers.sh llvm/devops/dependencies.json --all
172170
- name: Install drivers (deprecated CI interface)
@@ -223,7 +221,6 @@ jobs:
223221
- name: Unzip artifact [workflow_run]
224222
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
225223
run: |
226-
sudo apt-get install unzip
227224
unzip ${{ inputs.sycl_toolchain_artifact }}.zip
228225
rm ${{ inputs.sycl_toolchain_artifact }}.zip
229226
- name: Extract/Setup SYCL toolchain

0 commit comments

Comments
 (0)