From: Nathan Moinvaziri Date: Mon, 25 Jan 2021 22:17:58 +0000 (-0800) Subject: Disable homebrew auto cleanup on macOS CIs. X-Git-Tag: v2.0.0-RC2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd2361127dcf774e5a967a4a4a26ddd8ee98d40;p=thirdparty%2Fzlib-ng.git Disable homebrew auto cleanup on macOS CIs. https://www.scivision.dev/macos-ci-homebrew-disable-cleanup/ --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8e668f9e3..4eaec6c4b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -329,6 +329,8 @@ jobs: if: runner.os == 'macOS' run: | brew install ninja ${{ matrix.packages }} + env: + HOMEBREW_NO_INSTALL_CLEANUP: 1 - name: Install codecov.io tools if: matrix.codecov diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 5825392a7..19b1fe113 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -66,6 +66,8 @@ jobs: if: runner.os == 'macOS' run: | brew install ninja diffoscope ${{ matrix.packages }} + env: + HOMEBREW_NO_INSTALL_CLEANUP: 1 - name: Compare builds run: |