mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
fixed issue with ssh path
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -836,7 +836,7 @@ jobs:
|
|||||||
- name: 'Run tests'
|
- name: 'Run tests'
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
set PATH=%PATH%;%CD%\client\3rd-prebuilt\deploy-prebuilt\windows\x6
|
set PATH=%PATH%;%CD%\client\3rd-prebuilt\deploy-prebuilt\windows\x64
|
||||||
set PATH=%PATH%;%Qt6_DIR%\..\..\..\bin
|
set PATH=%PATH%;%Qt6_DIR%\..\..\..\bin
|
||||||
where ssh.dll
|
where ssh.dll
|
||||||
ctest --test-dir build\client --output-on-failure
|
ctest --test-dir build\client --output-on-failure
|
||||||
|
|||||||
Reference in New Issue
Block a user