Skip to content

Commit c87f112

Browse files
authored
Update make.yml
1 parent 71991a9 commit c87f112

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
@@ -44,7 +44,7 @@ jobs:
4444
shell: powershell
4545
run: |
4646
New-Variable -Option Constant -Name VAR -Value @{
47-
Uri = 'https://fossies.org/windows/misc/lazarus-3.6-fpc-3.2.2-win64.exe'
47+
Uri = 'https://fossies.org/windows/misc/lazarus-3.8-fpc-3.2.2-win64.exe'
4848
OutFile = (New-TemporaryFile).FullName + '.exe'
4949
}
5050
Invoke-WebRequest @VAR

0 commit comments

Comments
 (0)