Skip to content

Commit ae68c18

Browse files
committed
test13
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 1ea5f02 commit ae68c18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci_steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ jobs:
199199
# When building against external Imath/libdeflate shared objects, the tests need PATH to include the dll's.
200200
if: contains(inputs.os, 'windows')
201201
run: |
202-
echo "$PATH;C:/Program Files (x86)/Imath/bin;C:/Program Files (x86)/Imath/lib;C:/Program Files (x86)/libdeflate/bin;C:/Program Files (x86)/libdeflate/lib" >> $GITHUB_PATH
202+
echo "$PATH;C:/Program Files (x86)/Imath/bin;C:/Program Files (x86)/Imath/lib;C:/Program Files (x86)/libdeflate/bin;C:/Program Files (x86)/libdeflate/lib;C:/msys64/mingw32/bin;D:/a/openexr/openexr/_install/lib;;D:/a/openexr/openexr/_install/bin" >> $GITHUB_PATH
203+
echo "" >> $GITHUB_PATH
203204
shell: bash
204205

205206
- name: Test

0 commit comments

Comments
 (0)