diff options
author | DjLegolas <djlegolas@protonmail.com> | 2021-01-30 23:49:17 +0200 |
---|---|---|
committer | Patrick Griffis <pgriffis@igalia.com> | 2021-05-23 19:43:24 -0500 |
commit | 65930492ca6fff4beb25d8ee4f4b1e99058e8846 (patch) | |
tree | faca521f7f735a612f156988ffa26d1b3cd1d7b6 | |
parent | 04acbdc221a75f94d38ec4f80a3f826117443466 (diff) |
ci: fixed Inno Download Plugin download path
-rw-r--r-- | .github/workflows/windows-build.yml | 2 |
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 |