Skip to content

Commit 2fd5c2d

Browse files
n0nickclaude
andauthored
Fix brew bundle failing to install formulae from custom taps (#5831)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 589485c commit 2fd5c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ do_brew(){
161161
brew "node@18", link: true, conflicts_with: ["node"]
162162
163163
# unpinned
164-
brew "canon"
164+
brew "viamrobotics/brews/canon"
165165
brew "pkg-config"
166-
brew "nlopt-static"
166+
brew "viamrobotics/brews/nlopt-static"
167167
brew "x264", args: ["build-from-source"]
168168
brew "ffmpeg"
169169
brew "licensefinder"

0 commit comments

Comments
 (0)