ci: add dependency bin dir to path for win32 tests

This commit is contained in:
itsmattkc
2021-04-22 11:50:24 +10:00
parent fa58dc1039
commit 451171857b
+3 -1
View File
@@ -197,8 +197,10 @@ jobs:
- name: Test
working-directory: ${{ runner.workspace }}/build
shell: bash
env:
DEP_LOCATION: ${{ runner.workspace }}/install
run: |
ctest -C ${{ matrix.build-type }}
PATH=$PATH:$DEP_LOCATION/bin ctest -C ${{ matrix.build-type }}
- name: Create Package
working-directory: ${{ runner.workspace }}/build