try this googlemock thing

This commit is contained in:
Deans 2023-09-06 15:13:30 -05:00
parent 335f6a4776
commit b8bb2d26f5

View File

@ -101,7 +101,7 @@ jobs:
#-------- Debian 10-based Only Dependencies ----------------
- cfg: { arch: debian, arch_ver: 10 }
install_gtest: |
apt-get install -y libgtest-dev
apt-get install -y libgtest-dev google-mock
cd /usr/src/gtest
cmake .
make