Browse Source

Update make.yml

Ugochukwu Mmaduekwe 5 months ago
parent
commit
f187ab08ea
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-4.0-fpc-3.2.2-win64.exe'
+            'https://icolo.dl.sourceforge.net/project/lazarus/Lazarus%20Windows%2064%20bits/Lazarus%204.0/lazarus-4.0-fpc-3.2.2-win64.exe?viasf=1'
           OutFile = (New-TemporaryFile).FullName + '.exe'
           OutFile = (New-TemporaryFile).FullName + '.exe'
         }
         }
         Invoke-WebRequest @VAR
         Invoke-WebRequest @VAR