Skip to content

Commit

Permalink
Drop -f flag from brew install
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Jul 28, 2023
1 parent 9f7f509 commit ad3ed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
if: ${{ steps.homebrew-cache.outputs.cache-hit != 'true' }}
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
run: brew install -f docker docker-compose colima lima
run: brew install docker docker-compose colima lima
shell: bash
- name: Configure Docker Compose plugin
run: |
Expand Down

0 comments on commit ad3ed44

Please sign in to comment.