Skip to content

Commit

Permalink
fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
hczhai committed Mar 13, 2024
1 parent 3194039 commit 0cda1c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -82,6 +82,8 @@ jobs:
- name: build gtest (macos)
if: matrix.os == 'macos-12'
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: |
git clone -b release-1.8.0 https://github.com/google/googletest
cd googletest
Expand Down

0 comments on commit 0cda1c1

Please sign in to comment.