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.
1 parent afad81e commit 3777ce6Copy full SHA for 3777ce6
.github/workflows/build-amd64.yml
@@ -134,6 +134,7 @@ jobs:
134
- name: patch cmake implicit link libraries on macosx
135
if: ${{ matrix.os == 'macosx' }}
136
shell: bash
137
+ run: |
138
run: |
139
sed -i.backup 's/gcc_eh.\*|/gcc_eh.*|gcc_ext.*|/g' "$(find /opt/homebrew/Cellar -name CMakeParseImplicitLinkInfo.cmake)"
140
brew install gcc@11
0 commit comments