Skip to content

Commit

Permalink
[ci-script] refs fibercrypto#38 Installing specifically curl 7.58.0
Browse files Browse the repository at this point in the history
… in `windows`
  • Loading branch information
Maykel Arias Torres committed Jul 9, 2019
1 parent 1e9a293 commit fead5f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-scripts/install-travis-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ fi
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
choco install make
choco install pkgconfiglite
choco install curl
choco install sudo
choco install curl --version 7.58.0
fi

cd $TRAVIS_BUILD_DIR
Expand Down

0 comments on commit fead5f5

Please sign in to comment.