From 1257cfff70c50aadb8b26c45619a0f9e4a8c1652 Mon Sep 17 00:00:00 2001 From: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:59:23 +0000 Subject: [PATCH] Set OpenSSL to 1.1.1 (Windows) --- .github/workflows/pull-request.yml | 5 +++-- .github/workflows/push-master.yml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b7cd0bd3..ef37014c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -150,7 +150,7 @@ jobs: with: path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey key: ${{ runner.os }}-chocolatey - + # - name: Install Python # shell: powershell # run: | @@ -159,7 +159,8 @@ jobs: - name: Install OpenSSL, DirectX SDK shell: powershell run: | - choco install --no-progress openssl directx-sdk -y + choco install --no-progress openssl --version=1.1.1.2100 -y + choco install --no-progress directx-sdk -y - name: Install libjpeg-turbo run: | diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index b5c575f3..1edd8594 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -124,7 +124,8 @@ jobs: - name: Install OpenSSL, DirectX SDK shell: powershell run: | - choco install --no-progress openssl directx-sdk -y + choco install --no-progress openssl --version=1.1.1.2100 -y + choco install --no-progress directx-sdk -y - name: Install libjpeg-turbo run: |