summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci-install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci-install.sh b/tools/ci-install.sh
index be9e0619..c2d697da 100755
--- a/tools/ci-install.sh
+++ b/tools/ci-install.sh
@@ -268,6 +268,8 @@ case "$ci_distro" in
p=$(zypper lr | grep "windows_mingw_win${bits}" || true)
if [ -z "$p" ]; then
$zypper ar --refresh --no-gpgcheck \
+ "https://download.opensuse.org/repositories/windows:/mingw/$repo/windows:mingw.repo"
+ $zypper ar --refresh --no-gpgcheck \
"https://download.opensuse.org/repositories/windows:/mingw:/win${bits}/$repo/windows:mingw:win${bits}.repo"
fi
)