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 c30e0fd commit bb11ce2Copy full SHA for bb11ce2
.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.4.0 -y --no-progress
+ choco install openssl --version 3.4.1 -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