Skip to content

Commit

Permalink
fixup! feat: add pre-commit hooks and fix build issues (#42)
Browse files Browse the repository at this point in the history
* fixup! feat: add pre-commit hooks and fix build issues

* fix: update build workflow
  • Loading branch information
shenxianpeng authored Dec 2, 2024
1 parent ca432dd commit afad81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
sed -i.backup 's/gcc_eh.\*|/gcc_eh.*|gcc_ext.*|/g' "$(find /opt/homebrew/Cellar -name CMakeParseImplicitLinkInfo.cmake)"
brew install gcc@11
- name: update homebrew
if: ${{ matrix.os == 'macosx' }} && matrix.clang-version >= '18'
if: ${{ matrix.os == 'macosx' && matrix.clang-version >= '18' }}
shell: bash
run: brew upgrade node
- name: cmake
Expand Down

0 comments on commit afad81e

Please sign in to comment.