We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39169de commit 37ce45fCopy full SHA for 37ce45f
1 file changed
.github/workflows/ci.yaml
@@ -127,7 +127,7 @@ jobs:
127
shell: bash
128
run: |
129
choco install llvm openssl --no-progress
130
- echo "OPENSSL_DIR=C:\Program Files\OpenSSL" >>$GITHUB_ENV
+ echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_ENV
131
if: runner.os == 'Windows'
132
- name: Set up the Mac environment
133
run: brew install autoconf automake libtool
@@ -252,7 +252,7 @@ jobs:
252
253
254
255
+ echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >>$GITHUB_ENV
256
257
258
run: brew install autoconf automake libtool openssl@3
0 commit comments