Skip to content

Commit

Permalink
[ci skip] update scripts for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jul 3, 2023
1 parent 111525d commit a33f122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/bitrise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ which go
go version

export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
export HOMEBREW_NO_INSTALL_CLEANUP=1
brew unlink $(brew list --formula)
brew install xz coreutils gnu-tar
brew link --force xz coreutils gnu-tar
Expand Down
2 changes: 2 additions & 0 deletions build/github-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -euxo pipefail

mac_prepare_tools() {
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
export HOMEBREW_NO_INSTALL_CLEANUP=1
brew unlink $(brew list --formula)
brew install xz coreutils gnu-tar
brew link --force xz coreutils gnu-tar
Expand Down

0 comments on commit a33f122

Please sign in to comment.