Skip to content

Commit

Permalink
cut
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 0077e58 commit 4f819cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
INSTALL_MANIFEST: _build/install_manifest.${{ inputs.os.split('-')[0] }}.${{ inputs.build }}.txt

steps:

Expand Down Expand Up @@ -91,6 +90,8 @@ 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
working-directory: _build
shell: bash

Expand Down

0 comments on commit 4f819cc

Please sign in to comment.