Skip to content

Commit

Permalink
Fix brew update command (#45)
Browse files Browse the repository at this point in the history
* Remove `--preinstall` from `brew upgrade`

* Add changelog entry
  • Loading branch information
douglascamata authored Jan 16, 2025
1 parent 544da6d commit 7a8959d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

### Fixed

- Run `brew update` without `--preinstall`, as it was removed from Homebrew since a while and 4.4.16 started rejecting it. ([#45](https://github.com/douglascamata/setup-docker-macos-action/pull/45))

## [v1-alpha.15] - 2024-11-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
- name: Update Homebrew
run: |
echo "::group::Updating Homebrew"
brew update --preinstall
brew update
echo "::endgroup::"
shell: bash
- name: Install Lima
Expand Down

0 comments on commit 7a8959d

Please sign in to comment.