Skip to content

Commit 99ea607

Browse files
authored
Fox GTest version in windows CI (#248)
Signed-off-by: jparisu <javierparis@eprosima.com>
1 parent d1b6cbd commit 99ea607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-gtest-windows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
cmake --find-package -DNAME=GTest -DCOMPILER_ID=GNU -DLANGUAGE=CXX -DMODE=EXIST | Tee-Object -Variable res;
1313
if ( $res -notlike '*GTest found.*')
1414
{
15-
git clone https://github.com/google/googletest.git;
15+
git clone --branch release-1.12.1 https://github.com/google/googletest.git;
1616
cmake -DCMAKE_INSTALL_PREFIX='C:\Program Files\gtest' -Dgtest_force_shared_crt=ON -DBUILD_GMOCK=ON `
1717
-B build\gtest -A x64 -T host=x64 googletest;
1818
cmake --build build\gtest --config ${{ inputs.cmake_build_type }} --target install

0 commit comments

Comments
 (0)