Skip to content

Commit c034807

Browse files
committed
fix: openssl install
1 parent 43a476b commit c034807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install OpenSSL ${{ matrix.openssl_arch }}
6161
if: steps.cache-openssl.outputs.cache-hit != 'true'
6262
run: |
63-
choco install openssl --version 3.2.6 --allow-downgrade -y
63+
choco install openssl --version=3_2_6 --allow-downgrade -y
6464
# shell: pwsh
6565
# run: |
6666
# $arch = "${{ matrix.openssl_arch }}"

0 commit comments

Comments
 (0)