summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDjLegolas <djlegolas@protonmail.com>2021-01-30 23:49:17 +0200
committerPatrick Griffis <pgriffis@igalia.com>2021-05-23 19:43:24 -0500
commit65930492ca6fff4beb25d8ee4f4b1e99058e8846 (patch)
treefaca521f7f735a612f156988ffa26d1b3cd1d7b6
parent04acbdc221a75f94d38ec4f80a3f826117443466 (diff)
ci: fixed Inno Download Plugin download path
-rw-r--r--.github/workflows/windows-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml
index 82b5bcec..21bb8b37 100644
--- a/.github/workflows/windows-build.yml
+++ b/.github/workflows/windows-build.yml
@@ -27,7 +27,7 @@ jobs:
Invoke-WebRequest http://files.jrsoftware.org/is/5/innosetup-5.5.9-unicode.exe -OutFile deps\innosetup-unicode.exe
& deps\innosetup-unicode.exe /VERYSILENT | Out-Null
- Invoke-WebRequest https://bitbucket.org/mitrich_k/inno-download-plugin/downloads/idpsetup-1.5.1.exe -OutFile deps\idpsetup.exe
+ Invoke-WebRequest https://dl.hexchat.net/misc/idpsetup-1.5.1.exe -OutFile deps\idpsetup.exe
& deps\idpsetup.exe /VERYSILENT
Invoke-WebRequest https://dl.hexchat.net/gtk/gtk-${{ matrix.platform }}-2018-08-29.7z -OutFile deps\gtk-${{ matrix.arch }}.7z