Browse Source

Fixed OpenSSL 1.1 installation on macOS workflow

Paul-Louis Ageneau 4 years ago
parent
commit
09b8a86d8f
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:
     steps:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2
     - name: install packages
     - name: install packages
-      run: brew reinstall [email protected]
+      run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall [email protected]
     - name: submodules
     - name: submodules
       run: git submodule update --init --recursive
       run: git submodule update --init --recursive
     - name: cmake
     - name: cmake