We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca432dd commit afad81eCopy full SHA for afad81e
.github/workflows/build-amd64.yml
@@ -138,7 +138,7 @@ jobs:
138
sed -i.backup 's/gcc_eh.\*|/gcc_eh.*|gcc_ext.*|/g' "$(find /opt/homebrew/Cellar -name CMakeParseImplicitLinkInfo.cmake)"
139
brew install gcc@11
140
- name: update homebrew
141
- if: ${{ matrix.os == 'macosx' }} && matrix.clang-version >= '18'
+ if: ${{ matrix.os == 'macosx' && matrix.clang-version >= '18' }}
142
shell: bash
143
run: brew upgrade node
144
- name: cmake
0 commit comments