diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d16cedee..83edc8b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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