Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 83443cd

Browse files
committed
[CI] Fix GtkSharp 2.12 download
1 parent 7b48e86 commit 83443cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ assembly_info:
1919
assembly_informational_version: '{version}'
2020

2121
install:
22-
- if not exist gtk-sharp-2.12.42.msi appveyor DownloadFile https://dl.xamarin.com/GTKforWindows/Windows/gtk-sharp-2.12.42.msi
23-
- msiexec /i gtk-sharp-2.12.42.msi /qn /norestart
22+
- if not exist gtk-sharp-2.12.45.msi appveyor DownloadFile https://github.com/mono/gtk-sharp/releases/download/2.12.45/gtk-sharp-2.12.45.msi
23+
- msiexec /i gtk-sharp-2.12.45.msi /qn /norestart
2424
- if not exist gtk-sharp-2.99.3.msi appveyor DownloadFile https://download.gnome.org/binaries/win32/gtk-sharp/2.99/gtk-sharp-2.99.3.msi
2525
- msiexec /i gtk-sharp-2.99.3.msi /qn /norestart
2626

2727
cache:
28-
- gtk-sharp-2.12.42.msi
28+
- gtk-sharp-2.12.45.msi
2929
- gtk-sharp-2.99.3.msi
3030
- packages
3131

0 commit comments

Comments
 (0)