Skip to content

Commit 382d5d3

Browse files
committed
path
1 parent 77f8a27 commit 382d5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-metatrader5-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Launch MT5
3939
shell: pwsh
4040
run: |
41-
$mt5Path = Resolve-Path ".\MetaTrader 5\terminal64.exe"
41+
$mt5Path = Resolve-Path "C:\Program Files\MetaTrader 5\terminal64.exe"
4242
4343
# Kill existing instances
4444
taskkill /IM terminal64.exe /F 2>&1 | Out-Null

0 commit comments

Comments
 (0)