We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41a7406 + 9c7fdc1 commit 312d4ebCopy full SHA for 312d4eb
.github/workflows/ci_macos.yml
@@ -44,10 +44,10 @@ jobs:
44
uses: Homebrew/actions/setup-homebrew@master
45
46
- name: Install ccache
47
- run: brew install ccache
+ run: brew install --overwrite ccache
48
49
- name: Install compiler ${{ matrix.cxx }}
50
- run: brew install gcc@$(echo "${{ matrix.cxx }}" | sed "s/g++-//g")
+ run: brew install --overwrite gcc@$(echo "${{ matrix.cxx }}" | sed "s/g++-//g")
51
52
- name: Load ccache
53
uses: actions/cache@v2
0 commit comments