We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbfc42 commit d9260f0Copy full SHA for d9260f0
.github/workflows/build-nomedia.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v2
26
- uses: ilammy/msvc-dev-cmd@v1
27
- name: install packages
28
- run: choco install openssl
+ run: choco install openssl --version=3.1.1
29
- name: submodules
30
run: git submodule update --init --recursive --depth 1
31
- name: cmake
.github/workflows/build-openssl.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments