Skip to content

Commit

Permalink
[build] Use GTest from brew in MacOS action. (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Jan 10, 2023
1 parent 04e8dbc commit a08a42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cxx11-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: macos-latest

steps:
- name: GoogleTest
run: brew install googletest
- uses: actions/checkout@v3
- name: configure
run: |
Expand Down

0 comments on commit a08a42c

Please sign in to comment.