From afad81e8cb6375b32ff94b189526515db05e3da9 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 2 Dec 2024 22:30:56 +0200 Subject: [PATCH] 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 --- .github/workflows/build-amd64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-amd64.yml b/.github/workflows/build-amd64.yml index 3f7c463..6d9527c 100644 --- a/.github/workflows/build-amd64.yml +++ b/.github/workflows/build-amd64.yml @@ -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