Browse Source

Update lazarus version

circular17 5 months ago
parent
commit
87aa62ae49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/make.yml

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

@@ -44,7 +44,7 @@ jobs:
       shell: powershell
       shell: powershell
       run: |
       run: |
         New-Variable -Option Constant -Name VAR -Value @{
         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'
             OutFile = (New-TemporaryFile).FullName + '.exe'
         }
         }
         Invoke-WebRequest @VAR
         Invoke-WebRequest @VAR