浏览代码

fix mirror

circular17 3 月之前
父节点
当前提交
bea89dd216
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.8-fpc-3.2.2-win64.exe'
+            Uri = 'http://consume.o2switch.net/lazarus/lazarus-4.0-fpc-3.2.2-win64.exe'
             OutFile = (New-TemporaryFile).FullName + '.exe'
         }
         Invoke-WebRequest @VAR