Skip to content

Commit 6e86726

Browse files
committed
fix workflow 3.8 => 4.0
1 parent dae7419 commit 6e86726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Function Build-Project {
2828
@(
2929
@{
3030
Cmd = 'lazbuild'
31-
Url = 'https://fossies.org/windows/misc/lazarus-3.8-fpc-3.2.2-win64.exe'
31+
Url = 'https://fossies.org/windows/misc/lazarus-4.0-fpc-3.2.2-win64.exe'
3232
Path = "C:\Lazarus"
3333
}
3434
) | Where-Object {

0 commit comments

Comments
 (0)