File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
shell : bash
128
128
run : |
129
129
choco install llvm openssl --no-progress
130
- echo "OPENSSL_DIR=C:\Program Files\OpenSSL" >>$GITHUB_ENV
130
+ echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64 " >> $GITHUB_ENV
131
131
if : runner.os == 'Windows'
132
132
- name : Set up the Mac environment
133
133
run : brew install autoconf automake libtool
@@ -252,7 +252,7 @@ jobs:
252
252
shell : bash
253
253
run : |
254
254
choco install llvm openssl --no-progress
255
- echo "OPENSSL_DIR=C:\Program Files\OpenSSL" >>$GITHUB_ENV
255
+ echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64 " >>$GITHUB_ENV
256
256
if : runner.os == 'Windows'
257
257
- name : Set up the Mac environment
258
258
run : brew install autoconf automake libtool openssl@3
You can’t perform that action at this time.
0 commit comments