Skip to content
Snippets Groups Projects
Verified Commit f95c648d authored by Geoffrey Arthaud's avatar Geoffrey Arthaud
Browse files

Windows : Pre-install OpenSSL

parent d722b2bc
Branches
No related tags found
No related merge requests found
......@@ -40,9 +40,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install OpenSSL for windows
- name: Install OpenSSL
if: matrix.os == 'windows-2019'
run: choco install openssl
run: |
choco install openssl
echo ("OPENSSL_DIR=C:\Program Files\OpenSSL-Win64") >> $env:GITHUB_ENV
- name: Install Rust
uses: dtolnay/rust-toolchain@v1
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment