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 71991a9 commit c87f112Copy full SHA for c87f112
.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-3.6-fpc-3.2.2-win64.exe'
+ Uri = 'https://fossies.org/windows/misc/lazarus-3.8-fpc-3.2.2-win64.exe'
48
OutFile = (New-TemporaryFile).FullName + '.exe'
49
}
50
Invoke-WebRequest @VAR
0 commit comments