diff --git a/ci/scripts/crash_repro.sh b/ci/scripts/crash_repro.sh index 0fee615cc284b..e534ec0f09d1b 100755 --- a/ci/scripts/crash_repro.sh +++ b/ci/scripts/crash_repro.sh @@ -29,5 +29,5 @@ cmake \ -S ${source_dir} \ -B ${build_dir} \ -G Ninja \ - -D CMAKE_INSTALL_PREFIX=${install_dir} \ + -D CMAKE_INSTALL_PREFIX=${install_dir} cmake --build ${build_dir} --config Release --target install