Skip to content

Commit 3777ce6

Browse files
committed
fixup! feat: add pre-commit hooks and fix build issues
1 parent afad81e commit 3777ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-amd64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
- name: patch cmake implicit link libraries on macosx
135135
if: ${{ matrix.os == 'macosx' }}
136136
shell: bash
137+
run: |
137138
run: |
138139
sed -i.backup 's/gcc_eh.\*|/gcc_eh.*|gcc_ext.*|/g' "$(find /opt/homebrew/Cellar -name CMakeParseImplicitLinkInfo.cmake)"
139140
brew install gcc@11

0 commit comments

Comments
 (0)