Skip to content

Commit

Permalink
f1
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Nov 18, 2024
1 parent 4f819cc commit a320335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
-DOPENEXR_RUN_FUZZ_TESTS='OFF' \
-DCMAKE_VERBOSE_MAKEFILE='ON'"
echo "CMAKE_COMMAND=$CMAKE_COMMAND" >> $GITHUB_ENV
echo "INSTALL_MANIFEST=$(echo '_build/install_manifest.${{ inputs.os }}' | cut -d'-').${{ inputs.build }}.txt" >> $GITHUB_ENV
echo "INSTALL_MANIFEST=$(echo '_build/install_manifest.${{ inputs.os }}' | cut -d'-' -f1).${{ inputs.build }}.txt" >> $GITHUB_ENV
echo
working-directory: _build
shell: bash
Expand Down

0 comments on commit a320335

Please sign in to comment.