workaround: brew error in github action.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 28 Aug 2023 01:39:39 +0000 (10:39 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 28 Aug 2023 07:21:30 +0000 (16:21 +0900)
commit154894dbeb20a11b33b7b0644746e7bb6890d192
treef2cb9670ae6b0521a652e0a98abbbde610c119bd
parent47b29faa7d45037dc05729b741cf1fa4775ac8ea
workaround: brew error in github action.

Fix the error:
```
==> Pouring python@3.11--3.11.5.monterey.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
Target /usr/local/bin/2to3
already exists. You may want to remove it:
  rm '/usr/local/bin/2to3'
```

Reference: https://github.com/universal-ctags/ctags/pull/3759

This is a workaround. When homebrew resumes working in github-action,
we need to revert this.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
.github/workflows/macos.yaml