test: update googletest.

This commit is contained in:
Tatsuhiko Kubo 2022-04-11 09:19:34 +09:00
parent ebd9a49db9
commit 946dc4cecb

View File

@ -12,9 +12,9 @@ jobs:
run: |
sudo apt-get install -y scons
sudo apt-get install -y cmake scons
wget https://github.com/google/googletest/archive/release-1.8.0.zip
unzip -q release-1.8.0.zip
cd googletest-release-1.8.0
wget https://github.com/google/googletest/archive/release-1.11.0.zip
unzip -q release-1.11.0.zip
cd googletest-release-1.11.0
cmake .
make
sudo make install