Skip to content

Commit d18a58c

Browse files
authored
Update make.yml
1 parent 24dd1af commit d18a58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: powershell
4545
run: |
4646
New-Variable -Option Constant -Name VAR -Value @{
47-
Uri = 'https://fossies.org/windows/misc/lazarus-4.0-fpc-3.2.2-win64.exe'
47+
Uri = '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'
4848
OutFile = (New-TemporaryFile).FullName + '.exe'
4949
}
5050
Invoke-WebRequest @VAR

0 commit comments

Comments
 (0)