Skip to content

Commit

Permalink
Install openssl for travisci windows builds (solana-labs#20420)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Oct 6, 2021
1 parent 250a850 commit df73d8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
- <<: *release-artifacts
name: "Windows release artifacts"
os: windows
install:
- choco install openssl
- export OPENSSL_DIR="C:\Program Files\OpenSSL-Win64"
- source ci/rust-version.sh
- PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
- readlink -f .
# Linux release artifacts are still built by ci/buildkite-secondary.yml
#- <<: *release-artifacts
# name: "Linux release artifacts"
Expand Down

0 comments on commit df73d8e

Please sign in to comment.