浏览代码

fix mxe build

Andrii Danylchenko 3 年之前
父节点
当前提交
73906d5a97
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CI/mxe/before_install.sh

+ 1 - 1
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