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 431129d commit 5004df3Copy full SHA for 5004df3
.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.6-fpc-3.2.2-win64.exe'
+ 'https://fossies.org/windows/misc/lazarus-3.8-fpc-3.2.2-win64.exe'
53
OutFile = (New-TemporaryFile).FullName + '.exe'
54
}
55
Invoke-WebRequest @VAR
0 commit comments