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 e3cfbfe commit a4210c3Copy full SHA for a4210c3
.github/workflows/sycl-linux-precommit.yml
@@ -117,11 +117,11 @@ jobs:
117
env: ${{ matrix.env || '{}' }}
118
119
# Do not install drivers on AMD and CUDA runners.
120
- install_igc_driver: |
+ install_igc_driver: >-
121
${{ !contains(matrix.target_devices, 'ext_oneapi_cuda') &&
122
!contains(matrix.target_devices, 'ext_oneapi_hip') &&
123
contains(needs.detect_changes.outputs.filters, 'drivers') }}
124
- install_dev_igc_driver: |
+ install_dev_igc_driver: >-
125
126
127
matrix.use_igc_dev && contains(needs.detect_changes.outputs.filters, 'devigccfg') ||
0 commit comments