Skip to content

Commit 0ca1d1d

Browse files
committed
fix make.ps1
1 parent 37537bd commit 0ca1d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.6-fpc-3.2.2-win64.exe'
31+
Url = 'https://fossies.org/windows/misc/lazarus-3.8-fpc-3.2.2-win64.exe'
3232
Path = "C:\Lazarus"
3333
}
3434
) | Where-Object {

0 commit comments

Comments
 (0)