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 2ade9cd commit e58cd31Copy full SHA for e58cd31
.github/workflows/make.yml
@@ -45,7 +45,7 @@ jobs:
45
shell: powershell
46
run: |
47
New-Variable -Option Constant -Name VAR -Value @{
48
- Uri = 'https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Lazarus%203.6/lazarus-3.6-fpc-3.2.2-win64.exe/download'
+ Uri = 'https://download.lazarus-ide.org/Lazarus%20Windows%2064%20bits/Lazarus%203.6/lazarus-3.6-fpc-3.2.2-win64.exe'
49
OutFile = (New-TemporaryFile).FullName + '.exe'
50
}
51
Invoke-WebRequest @VAR
0 commit comments