Skip to content

Commit

Permalink
Update lazarus version
Browse files Browse the repository at this point in the history
  • Loading branch information
circular17 authored Feb 22, 2025
1 parent 733d78d commit 87aa62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: powershell
run: |
New-Variable -Option Constant -Name VAR -Value @{
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'
OutFile = (New-TemporaryFile).FullName + '.exe'
}
Invoke-WebRequest @VAR
Expand Down

0 comments on commit 87aa62a

Please sign in to comment.