Skip to content

Commit

Permalink
reduce version
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Aug 4, 2024
1 parent 6543622 commit fee202f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ln -sf /usr/bin/cmake3 /usr/bin/cmake
- name: Build GoogleTest
run: |
git clone --depth=1 -b v1.13.x https://github.com/google/googletest googletest
git clone --depth=1 -b v1.10.x https://github.com/google/googletest googletest
cd googletest
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_GMOCK=ON -DINSTALL_GTEST=ON -G Ninja .
ninja install
Expand Down

0 comments on commit fee202f

Please sign in to comment.