Skip to content

Commit

Permalink
ci: Do not run automatic homebrew cleanup on install (#674)
Browse files Browse the repository at this point in the history
Currently, the macOS CI job spends a considerable amount of time cleanup
up the homebrew install, which is pointless because it's erased at the
end of the job anyway. Adding an environment variable, this can be
disabled.

Co-authored-by: robertlangenberg <56069170+robertlangenberg@users.noreply.github.com>
  • Loading branch information
paulgessinger and robertlangenberg committed Jan 29, 2021
1 parent 4662b05 commit b7e70f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
CTEST_OUTPUT_ON_FAILURE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1

jobs:
linux:
Expand Down

0 comments on commit b7e70f3

Please sign in to comment.