From 73906d5a9754ee37593e317befb14092a550e67c Mon Sep 17 00:00:00 2001 From: Andrii Danylchenko Date: Mon, 21 Mar 2022 10:03:03 +0200 Subject: [PATCH] fix mxe build --- CI/mxe/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/mxe/before_install.sh b/CI/mxe/before_install.sh index d36addab8..f73d22666 100644 --- a/CI/mxe/before_install.sh +++ b/CI/mxe/before_install.sh @@ -4,7 +4,7 @@ sudo apt-get install -qq nsis ninja-build wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb -sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb +sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb # MXE repository was too slow for Travis far too often