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:
127127 shell : bash
128128 run : |
129129 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
131131 if : runner.os == 'Windows'
132132 - name : Set up the Mac environment
133133 run : brew install autoconf automake libtool
@@ -252,7 +252,7 @@ jobs:
252252 shell : bash
253253 run : |
254254 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
256256 if : runner.os == 'Windows'
257257 - name : Set up the Mac environment
258258 run : brew install autoconf automake libtool openssl@3
You can’t perform that action at this time.
0 commit comments