ci: fix installation of gtest on ubuntu 20.04

This commit is contained in:
Luis Díaz Más 2021-04-22 07:02:52 +02:00
parent 0e19de936d
commit 390f5ee49d

View File

@ -10,7 +10,7 @@ debian_build_gtest() {
cd gtest_build
cmake -DBUILD_SHARED_LIBS=1 /usr/src/googletest/googletest
make
cp libgtest* /usr/lib/
cp lib/libgtest* /usr/lib/
cd ..
}