cmake: Specify Windows plugin path in test_bitcoin-qt property

This commit is contained in:
Hennadii Stepanov
2025-11-12 19:02:29 +00:00
parent 48d4b936e0
commit 0dd8d5c237
2 changed files with 8 additions and 6 deletions

View File

@@ -295,8 +295,6 @@ jobs:
- name: Run test suite
if: matrix.job-type == 'standard'
working-directory: build
env:
QT_PLUGIN_PATH: '${{ github.workspace }}\build\vcpkg_installed\x64-windows\Qt6\plugins'
run: |
ctest --output-on-failure --stop-on-failure -j $NUMBER_OF_PROCESSORS -C Release