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

Commit

Permalink
[CI] Fix GtkSharp 2.12 download
Browse files Browse the repository at this point in the history
  • Loading branch information
sevoku committed Feb 20, 2023
1 parent 7b48e86 commit 2e7529b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ assembly_info:
assembly_informational_version: '{version}'

install:
- if not exist gtk-sharp-2.12.42.msi appveyor DownloadFile https://dl.xamarin.com/GTKforWindows/Windows/gtk-sharp-2.12.42.msi
- if not exist gtk-sharp-2.12.42.msi appveyor DownloadFile https://github.com/mono/gtk-sharp/releases/download/2.12.45/gtk-sharp-2.12.45.msi
- msiexec /i gtk-sharp-2.12.42.msi /qn /norestart
- 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
- msiexec /i gtk-sharp-2.99.3.msi /qn /norestart

cache:
- gtk-sharp-2.12.42.msi
- gtk-sharp-2.12.45.msi
- gtk-sharp-2.99.3.msi
- packages

Expand Down

0 comments on commit 2e7529b

Please sign in to comment.