Skip to content

Commit

Permalink
Brewfile (brew bundle) split feature-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nishigori committed Apr 16, 2024
1 parent b4d9c01 commit d3d7960
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Darwin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export PATH := $(basename $(BREW)):$(BREW_ROOT)/opt/git/share/git-core/contrib/d

.PHONY: Darwin/* brew/*

# NOTE: brew/bundle is heavy run, skipped on CI
Darwin/install: xcode-select brew/tap $(if $(CI),,brew/bundle)
Darwin/install: xcode-select brew/tap brew/bundle

Darwin/update: brew/update brew/upgrade

Expand Down

0 comments on commit d3d7960

Please sign in to comment.