Skip to content

Commit

Permalink
ci: skip brew/{update,upgrade}
Browse files Browse the repository at this point in the history
  • Loading branch information
nishigori committed Apr 16, 2024
1 parent e3c7a4b commit ee60f19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Darwin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export PATH := $(basename $(BREW)):$(BREW_ROOT)/opt/git/share/git-core/contrib/d

Darwin/install: xcode-select brew/tap brew/bundle

Darwin/update: brew/update brew/upgrade brew/bundle
# NOTE: CI has brew's more pkgs, and conflict when brew/update
Darwin/update: $(if $(CI),, brew/update brew/upgrade) brew/bundle

Darwin/clean: brew/cleanup
rm -f Brewfile.*
Expand Down

0 comments on commit ee60f19

Please sign in to comment.