Skip to content

Commit

Permalink
CI: reduce MacOS CI time, don't need to clean a runtime that isn't saved
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Dec 28, 2022
1 parent a8ccc0f commit d4469e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
fail-fast: false
env:
BUNDLE_WITHOUT: development
# reduce MacOS CI time, don't need to clean a runtime that isn't saved
HOMEBREW_NO_INSTALL_CLEANUP: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
steps:
- uses: actions/checkout@v3
# https://github.com/ruby/setup-ruby
Expand Down

0 comments on commit d4469e4

Please sign in to comment.