Skip to content

Commit d9260f0

Browse files
Fix Windows worflows by pinning OpenSSL to 3.1.1
1 parent 3cbfc42 commit d9260f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-nomedia.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: ilammy/msvc-dev-cmd@v1
2727
- name: install packages
28-
run: choco install openssl
28+
run: choco install openssl --version=3.1.1
2929
- name: submodules
3030
run: git submodule update --init --recursive --depth 1
3131
- name: cmake

.github/workflows/build-openssl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v2
4242
- uses: ilammy/msvc-dev-cmd@v1
4343
- name: install packages
44-
run: choco install openssl
44+
run: choco install openssl --version=3.1.1
4545
- name: submodules
4646
run: git submodule update --init --recursive --depth 1
4747
- name: cmake

0 commit comments

Comments
 (0)