We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a476b commit c034807Copy full SHA for c034807
1 file changed
.github/workflows/windows-msvc.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Install OpenSSL ${{ matrix.openssl_arch }}
61
if: steps.cache-openssl.outputs.cache-hit != 'true'
62
run: |
63
- choco install openssl --version 3.2.6 --allow-downgrade -y
+ choco install openssl --version=3_2_6 --allow-downgrade -y
64
# shell: pwsh
65
# run: |
66
# $arch = "${{ matrix.openssl_arch }}"
0 commit comments