Browse Source

Fix Windows worflows by pinning OpenSSL to 3.1.1

Paul-Louis Ageneau 1 year ago
parent
commit
d9260f0206
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/build-nomedia.yml
  2. 1 1
      .github/workflows/build-openssl.yml

+ 1 - 1
.github/workflows/build-nomedia.yml

@@ -25,7 +25,7 @@ jobs:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2
     - uses: ilammy/msvc-dev-cmd@v1
     - uses: ilammy/msvc-dev-cmd@v1
     - name: install packages
     - name: install packages
-      run: choco install openssl
+      run: choco install openssl --version=3.1.1
     - name: submodules
     - name: submodules
       run: git submodule update --init --recursive --depth 1
       run: git submodule update --init --recursive --depth 1
     - name: cmake
     - name: cmake

+ 1 - 1
.github/workflows/build-openssl.yml

@@ -41,7 +41,7 @@ jobs:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2
     - uses: ilammy/msvc-dev-cmd@v1
     - uses: ilammy/msvc-dev-cmd@v1
     - name: install packages
     - name: install packages
-      run: choco install openssl
+      run: choco install openssl --version=3.1.1
     - name: submodules
     - name: submodules
       run: git submodule update --init --recursive --depth 1
       run: git submodule update --init --recursive --depth 1
     - name: cmake
     - name: cmake