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 e646d74 commit c73f9bcCopy full SHA for c73f9bc
.github/workflows/make.yml
@@ -49,7 +49,7 @@ jobs:
49
Set-PSDebug -Strict
50
New-Variable -Option Constant -Name VAR -Value @{
51
Uri =
52
- 'https://fossies.org/windows/misc/lazarus-3.8-fpc-3.2.2-win64.exe'
+ 'https://fossies.org/windows/misc/lazarus-4.0-fpc-3.2.2-win64.exe'
53
OutFile = (New-TemporaryFile).FullName + '.exe'
54
}
55
Invoke-WebRequest @VAR
0 commit comments