Skip to content

Commit 9d0463c

Browse files
authored
Update make.yml
1 parent 25e71dd commit 9d0463c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
Set-PSDebug -Strict
5050
New-Variable -Option Constant -Name VAR -Value @{
5151
Uri =
52-
'https://fossies.org/windows/misc/lazarus-3.6-fpc-3.2.2-win64.exe'
52+
'https://fossies.org/windows/misc/lazarus-3.8-fpc-3.2.2-win64.exe'
5353
OutFile = (New-TemporaryFile).FullName + '.exe'
5454
}
5555
Invoke-WebRequest @VAR

0 commit comments

Comments
 (0)