Skip to content

Commit 37ce45f

Browse files
authored
Fix windows CI error (RustPython#5068)
1 parent 39169de commit 37ce45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)