8000 pin openssl version for windows CI · RustPython/RustPython@5218a02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5218a02

Browse files
committed
pin openssl version for windows CI
1 parent 1c93c16 commit 5218a02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
- name: Set up the Windows environment
127127
shell: bash
128128
run: |
129-
choco install llvm openssl --no-progress
129+
choco install llvm --no-progress
130+
choco install openssl --version=3.2.0 --no-progress
130131
if [[ -d "C:\Program Files\OpenSSL-Win64" ]]; then
131132
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_ENV
132133
else

0 commit comments

Comments
 (0)
0