From 9d7055c73790a5d9fc48bf51dc92d5969f5231f6 Mon Sep 17 00:00:00 2001 From: Andrii Danylchenko Date: Mon, 21 Mar 2022 09:56:35 +0200 Subject: [PATCH] fix build of mxe --- 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 638e18cb6..d36addab8 100644 --- a/CI/mxe/before_install.sh +++ b/CI/mxe/before_install.sh @@ -3,7 +3,7 @@ # Install nsis for installer creation 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.7_amd64.deb +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