ci: add dependency bin dir to path for win32 tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user