Skip to content

Commit

Permalink
Force linking of brew formulae
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 f858769 commit 0357e4f
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 @@ -48,7 +48,7 @@ runs:
- name: Relink Docker client, Docker Compose, QEMU and Colima
if: ${{ steps.homebrew-cache.outputs.cache-hit == 'true' }}
run: |
brew link --overwrite docker docker-compose colima lima qemu
brew link --overwrite -f docker docker-compose colima lima qemu
shell: bash
- name: Install Docker client, Docker Compose, Colima, and QEMU.
if: ${{ steps.homebrew-cache.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 0357e4f

Please sign in to comment.