We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddca562 commit c189037Copy full SHA for c189037
.travis.yml
@@ -29,6 +29,7 @@ matrix:
29
30
before_install:
31
- set -e
32
+ - sudo apt-get -y install libssl-dev
33
- rustup self update
34
35
install:
ci/install.sh
@@ -30,8 +30,6 @@ main() {
;;
esac
- sudo apt-get -y install libssl-dev
-
# This fetches latest stable release
36
local tag=$(git ls-remote --tags --refs --exit-code https://github.com/japaric/cross \
37
| cut -d/ -f3 \
0 commit comments