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 f9aaa91 commit 077ae29Copy full SHA for 077ae29
.github/workflows/test-metatrader5-integration.yml
@@ -19,8 +19,8 @@ jobs:
19
20
- name: Download MetaTrader5 Installer
21
run: |
22
- Invoke-WebRequest `
23
- -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" `
24
-OutFile "mt5setup.exe"
25
shell: pwsh
26
0 commit comments