We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0305481 commit cd6bbd0Copy full SHA for cd6bbd0
.github/actions/install-openssl/action.yml
@@ -32,7 +32,7 @@ runs:
32
if: runner.os == 'Windows'
33
shell: bash
34
run: |
35
- choco install openssl --version 3.1.1 -y --no-progress
+ choco install openssl --version 3.4.0 -y --no-progress
36
if [ -d "C:\Program Files\OpenSSL-Win64" ]; then
37
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT
38
else
0 commit comments