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 ec74e16 commit 4f6029aCopy full SHA for 4f6029a
.github/workflows/rust.yml
@@ -18,7 +18,10 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v3
21
- - name: Set OPENSSL_DIR for Windows
+ - name: Install OpenSSL
22
+ if: startsWith(matrix.os, 'windows')
23
+ run: choco install openssl -y --no-progress
24
+ - name: Configure OpenSSL link path
25
if: startsWith(matrix.os, 'windows')
26
run: echo "OPENSSL_DIR=C:\Program Files\OpenSSL" >> $env:GITHUB_ENV
27
- name: Build
0 commit comments