Skip to content

Commit

Permalink
path
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 15, 2024
1 parent 8d2852d commit 31e9c8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ jobs:
working-directory: _build
shell: bash

- name: Set PATH for Imath DLLs
run: |
echo "C:/Program Files (x86)/Imath/bin" >> $GITHUB_PATH
echo "C:/Program Files (x86)/Imath/lib" >> $GITHUB_PATH
echo "C:/Program Files (x86)/libdeflate/bin" >> $GITHUB_PATH
echo "C:/Program Files (x86)/libdeflate/lib" >> $GITHUB_PATH
- name: Test
run: |
ctest -T Test -C ${{ inputs.build-type }} --timeout 7200 --output-on-failure -VV
Expand Down

0 comments on commit 31e9c8c

Please sign in to comment.