mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
[ci] Fix wget sertificate error.
This commit is contained in:
parent
dc7aad88ed
commit
b295f0c7d7
@ -10,7 +10,7 @@ branches:
|
||||
- master
|
||||
|
||||
install:
|
||||
- wget http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
|
||||
- wget --no-check-certificate https://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
|
||||
- sudo sh cmake-3.2.3-Linux-x86_64.sh --skip-license --prefix=/usr
|
||||
- sudo apt-get install libtommath0 libtommath-dev
|
||||
- sudo python -m pip install Mako fdb
|
||||
|
Loading…
Reference in New Issue
Block a user