From 0e0a8516fdc3de05069dff2a49d057ea71dfec31 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Tue, 12 Nov 2024 17:38:51 -0800 Subject: [PATCH] -B -S Signed-off-by: Cary Phillips --- .github/workflows/ci_steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_steps.yml b/.github/workflows/ci_steps.yml index da1970839..a50087ab2 100644 --- a/.github/workflows/ci_steps.yml +++ b/.github/workflows/ci_steps.yml @@ -82,7 +82,7 @@ jobs: - name: Construct CMake command and save it to environment run: | - CMAKE_COMMAND="cmake .. \ + CMAKE_COMMAND="cmake -B . -S .. \ -DCMAKE_INSTALL_PREFIX=../_install \ -DCMAKE_BUILD_TYPE=${{ inputs.build-type }} \ -DOPENEXR_CXX_STANDARD=${{ inputs.cxx-standard }} \