Jelajahi Sumber

Update lazarus version

circular17 5 bulan lalu
induk
melakukan
87aa62ae49
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/make.yml

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

@@ -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