Skip to content

Commit

Permalink
Unshallow Homebrew repository
Browse files Browse the repository at this point in the history
  • Loading branch information
puhitaku committed Jun 16, 2021
1 parent 252e23d commit 0fdc67d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ jobs:
- checkout
- run:
name: Update Homebrew
command: brew update
command: |
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow
brew update
- run:
name: Install prerequisites
command: brew install libusb golang pkg-config
Expand Down

0 comments on commit 0fdc67d

Please sign in to comment.