Skip to content

Commit 9c7fdc1

Browse files
committed
fix: ci: allow brew to overwrite sym links
1 parent 41a7406 commit 9c7fdc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
uses: Homebrew/actions/setup-homebrew@master
4545

4646
- name: Install ccache
47-
run: brew install ccache
47+
run: brew install --overwrite ccache
4848

4949
- name: Install compiler ${{ matrix.cxx }}
50-
run: brew install gcc@$(echo "${{ matrix.cxx }}" | sed "s/g++-//g")
50+
run: brew install --overwrite gcc@$(echo "${{ matrix.cxx }}" | sed "s/g++-//g")
5151

5252
- name: Load ccache
5353
uses: actions/cache@v2

0 commit comments

Comments
 (0)