Browse Source

Force OpenSSL version for brew

Paul-Louis Ageneau 5 years ago
parent
commit
24e7872695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-openssl.yml

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

@@ -26,7 +26,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
     - name: install packages
-      run: brew install openssl
+      run: brew install openssl@1.1
     - name: submodules
       run: git submodule update --init --recursive
     - name: cmake