Set OpenSSL to 1.1.1 (Windows)

This commit is contained in:
Paulchen-Panther 2023-07-21 18:59:23 +00:00
parent 42c98da470
commit 1257cfff70
2 changed files with 5 additions and 3 deletions

View File

@ -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: |

View File

@ -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: |