Skip to content

Commit 17fa867

Browse files
committed
uri
1 parent 159befa commit 17fa867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
- name: Download MetaTrader5 Installer
1818
run: |
19-
Invoke-WebRequest
20-
-Uri "https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe"
19+
Invoke-WebRequest `
20+
-Uri "https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe" `
2121
-OutFile "mt5setup.exe"
2222
shell: pwsh
2323

0 commit comments

Comments
 (0)