Skip to content

Commit ba6f4fa

Browse files
committed
Fix args
1 parent 7005929 commit ba6f4fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sycl-containers.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
- name: Intel Drivers Ubuntu 22.04 Docker image with dev IGC
4949
file: ubuntu2204_intel_drivers
5050
tags: ubuntu2204_intel_drivers_devigc
51-
build_args: "use_latest=false use_igc_dev=true"
51+
build_args: |
52+
"use_latest=false"
53+
"use_igc_dev=true"
5254
- name: Intel Drivers (unstable) Ubuntu 22.04 Docker image
5355
file: ubuntu2204_intel_drivers
5456
tags: ubuntu2204_intel_drivers_unstable

0 commit comments

Comments
 (0)