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 16, 2023
1 parent 7b48e86 commit 1695886
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ 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
- msiexec /i gtk-sharp-2.12.42.msi /qn /norestart
- choco install gtksharp --version=2.12.42
- 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.99.3.msi
- packages

Expand Down

0 comments on commit 1695886

Please sign in to comment.