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 24dd1af commit d18a58cCopy full SHA for d18a58c
.github/workflows/make.yml
@@ -44,7 +44,7 @@ jobs:
44
shell: powershell
45
run: |
46
New-Variable -Option Constant -Name VAR -Value @{
47
- Uri = 'https://fossies.org/windows/misc/lazarus-4.0-fpc-3.2.2-win64.exe'
+ Uri = 'https://icolo.dl.sourceforge.net/project/lazarus/Lazarus%20Windows%2064%20bits/Lazarus%204.0/lazarus-4.0-fpc-3.2.2-win64.exe?viasf=1'
48
OutFile = (New-TemporaryFile).FullName + '.exe'
49
}
50
Invoke-WebRequest @VAR
0 commit comments