use absolute install path for qskinny

This commit is contained in:
Rick Vogel 2022-11-18 15:24:18 +01:00
parent ad1710d61a
commit 8d627c8288
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ jobs:
-G "${{ matrix.config.generators }}" \
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
-D${{ matrix.config.cmake.qtdirkey }}:PATH="${{ matrix.config.cmake.qtdirvalue }}" \
-DQSkinny_DIR:PATH=qskinny_install/lib/cmake/QSkinny
-DQSkinny_DIR:PATH=$GITHUB_WORKSPACE/qskinny_install/lib/cmake/QSkinny
- name: Build ( CMake Integration Test )
shell: bash