From 5ab4e0eb5c59ae009bacaa4c786ff06d15eb40e7 Mon Sep 17 00:00:00 2001 From: Martin Finkel <me@martinfinkel.com> Date: Mon, 21 Nov 2022 12:13:25 +0700 Subject: [PATCH] ci: update gtk download link --- buildsystem/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/windows-build.yml b/buildsystem/windows-build.yml index 13f4d708..5e8f0251 100644 --- a/buildsystem/windows-build.yml +++ b/buildsystem/windows-build.yml @@ -6,7 +6,7 @@ steps: targetType: 'inline' script: | $msiFile = "gtk-sharp-2.12.45.msi" - Invoke-WebRequest "https://github.com/mfkl/gtk-sharp-msi/raw/main/$msiFile" -OutFile $msiFile + Invoke-WebRequest "https://github.com/mono/gtk-sharp/releases/download/2.12.45/$msiFile" -OutFile $msiFile $arguments = "/i `"$msiFile`" /quiet" Start-Process msiexec.exe -ArgumentList $arguments -Wait -- GitLab