update: dependencies only for tests executables

This commit is contained in:
MrMirDan
2026-04-21 17:14:31 +03:00
parent 5a7c7c9df9
commit 3b8adf3b6a

View File

@@ -831,7 +831,7 @@ jobs:
- name: 'Deploy Qt dependencies'
shell: cmd
run: |
for %%f in (build\client\*.exe) do (windeployqt %%f)
for %%f in (build\client\test_*.exe) do (windeployqt %%f)
- name: 'Run tests'
run: |