We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159befa commit 17fa867Copy full SHA for 17fa867
.github/workflows/test-metatrader5-integration.yml
@@ -16,8 +16,8 @@ jobs:
16
17
- name: Download MetaTrader5 Installer
18
run: |
19
- Invoke-WebRequest
20
- -Uri "https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe"
+ Invoke-WebRequest `
+ -Uri "https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe" `
21
-OutFile "mt5setup.exe"
22
shell: pwsh
23
0 commit comments