Skip to content

Commit

Permalink
fix: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Dec 2, 2024
1 parent 804bf54 commit 76e88d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
- name: patch cmake implicit link libraries on macosx
if: ${{ matrix.os == 'macosx' }}
shell: bash
run: |
run: |
sed -i.backup 's/gcc_eh.\*|/gcc_eh.*|gcc_ext.*|/g' "$(find /opt/homebrew/Cellar -name CMakeParseImplicitLinkInfo.cmake)"
brew install gcc@11
Expand Down

0 comments on commit 76e88d9

Please sign in to comment.