Skip to content

Commit 11c008e

Browse files
committed
ci(windows): don't install OpenSSL via choco
1 parent e4762f8 commit 11c008e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,6 @@ jobs:
14561456
- name: Install OpenSSL
14571457
if: ${{ contains(matrix.os, 'windows') }}
14581458
run: |
1459-
choco install openssl -y --no-progress
14601459
Get-Command openssl
14611460
openssl version
14621461
echo "OPENSSL_LIB_DIR=C:/Program Files/OpenSSL/lib" >> $env:GITHUB_ENV

ci/actions-templates/all-features-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs: # skip-all
3232
- name: Install OpenSSL
3333
if: ${{ contains(matrix.os, 'windows') }}
3434
run: |
35-
choco install openssl -y --no-progress
3635
Get-Command openssl
3736
openssl version
3837
echo "OPENSSL_LIB_DIR=C:/Program Files/OpenSSL/lib" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)