Browse Source

Update make.yml

Ugochukwu Mmaduekwe 9 months ago
parent
commit
808c1153e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/make.yml

+ 1 - 1
.github/workflows/make.yml

@@ -49,7 +49,7 @@ jobs:
         Set-PSDebug -Strict
         Set-PSDebug -Strict
         New-Variable -Option Constant -Name VAR -Value @{
         New-Variable -Option Constant -Name VAR -Value @{
           Uri =
           Uri =
-            'https://fossies.org/windows/misc/lazarus-3.6-fpc-3.2.2-win64.exe'
+            'https://fossies.org/windows/misc/lazarus-3.8-fpc-3.2.2-win64.exe'
           OutFile = (New-TemporaryFile).FullName + '.exe'
           OutFile = (New-TemporaryFile).FullName + '.exe'
         }
         }
         Invoke-WebRequest @VAR
         Invoke-WebRequest @VAR