Skip to content

Commit 312d4eb

Browse files
authored
Merge pull request #209 from seqan/fix/macos_ci
fix: ci: allow brew to overwrite sym links
2 parents 41a7406 + 9c7fdc1 commit 312d4eb

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)