Skip to content

Commit

Permalink
fix: remove unrecognized brew flag --preinstall from osx build work…
Browse files Browse the repository at this point in the history
…flow

Signed-off-by: shifter <[email protected]>
  • Loading branch information
bshifter committed Jan 22, 2025
1 parent ca7e054 commit 9a26f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
brew update --preinstall
brew update
brew bundle --force --file=contrib/Brewfile
- name: Set ENV variables
Expand Down

0 comments on commit 9a26f5a

Please sign in to comment.