Skip to content

Commit afad81e

Browse files
authored
fixup! feat: add pre-commit hooks and fix build issues (#42)
* fixup! feat: add pre-commit hooks and fix build issues * fix: update build workflow
1 parent ca432dd commit afad81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
sed -i.backup 's/gcc_eh.\*|/gcc_eh.*|gcc_ext.*|/g' "$(find /opt/homebrew/Cellar -name CMakeParseImplicitLinkInfo.cmake)"
139139
brew install gcc@11
140140
- name: update homebrew
141-
if: ${{ matrix.os == 'macosx' }} && matrix.clang-version >= '18'
141+
if: ${{ matrix.os == 'macosx' && matrix.clang-version >= '18' }}
142142
shell: bash
143143
run: brew upgrade node
144144
- name: cmake

0 commit comments

Comments
 (0)