Skip to content

Commit e9c0e71

Browse files
committed
Remove quotes from cmake option value
Signed-off-by: Mikhail Lychkov <[email protected]>
1 parent 5fec125 commit e9c0e71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
with:
6262
build_runs_on: build
6363
build_cache_root: "/__w/"
64+
build_cache_suffix: new_pm
6465
build_artifact_suffix: new_pm
65-
build_configure_extra_args: '--hip --hip-amd-arch=gfx906 --cuda --cmake-opt="-DLLVM_ENABLE_NEW_PASS_MANAGER=ON"'
66+
build_configure_extra_args: '--hip --hip-amd-arch=gfx906 --cuda --cmake-opt=-DLLVM_ENABLE_NEW_PASS_MANAGER=ON'
6667
lts_config: "hip_amdgpu;ocl_x64"

0 commit comments

Comments
 (0)