Skip to content

Commit

Permalink
travisci: pin cross version for now
Browse files Browse the repository at this point in the history
Cross upstream removed ssl libraries, using temporary workaround for now
as outlined in:
cross-rs/cross#229 (comment)
  • Loading branch information
Greg Lutostanski committed Aug 10, 2020
1 parent e74c30c commit 814b144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ matrix:

before_install:
- rustup self update
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then which cross 2>/dev/null || cargo install cross; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then which cross 2>/dev/null || cargo install --version 0.1.16 cross; fi

script:
- rustup target install $TARGET || true
Expand Down

0 comments on commit 814b144

Please sign in to comment.