Explorar o código

Fixed OpenSSL 1.1 installation on macOS workflow

Paul-Louis Ageneau %!s(int64=5) %!d(string=hai) anos
pai
achega
09b8a86d8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 reinstall [email protected]
+      run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall [email protected]
     - name: submodules
       run: git submodule update --init --recursive
     - name: cmake