update: qt path

This commit is contained in:
MrMirDan
2026-04-22 12:27:08 +03:00
parent ea5e76e8c8
commit a02419e229

View File

@@ -836,5 +836,7 @@ jobs:
- name: 'Run tests'
shell: cmd
run: |
dir build\client\tests\*.dll
set PATH=%PATH%;%Qt6_DIR%\..\..\bin
dir build\client\tests /s | findstr CTestTestfile.cmake
ctest --test-dir build\client\tests --output-on-failure