Browse Source

Merge pull request #164 from paullouisageneau/fix-macos-workflow

Fix MacOS workflow
Paul-Louis Ageneau 4 years ago
parent
commit
6c02e7ed2b
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 reinstall [email protected]
+      run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall [email protected]
     - name: submodules
       run: git submodule update --init --recursive
     - name: cmake