mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
update: dependencies only for tests executables
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user