We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8983c4a commit d1ea3f8Copy full SHA for d1ea3f8
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/checkout@v4
46
- name: Install Dependencies
47
run: |
48
- Invoke-WebRequest "https://ftp-osl.osuosl.org/pub/gnome/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip" -OutFile "gtk.zip"
+ Invoke-WebRequest "https://ftp.gnome.org/pub/GNOME/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip" -OutFile "gtk.zip"
49
Expand-Archive gtk.zip -DestinationPath "C:\GTK"
50
Invoke-WebRequest "https://downloads.sourceforge.net/project/libjpeg-turbo/2.0.4/libjpeg-turbo-2.0.4-vc64.exe" -OutFile "libjpeg.exe" -UserAgent NativeHost
51
.\libjpeg.exe /S
0 commit comments