mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
Fix gmock include on ubuntu 18
This commit is contained in:
parent
9f117012a1
commit
eb81160735
3
.github/workflows/alt_linux_distros.yml
vendored
3
.github/workflows/alt_linux_distros.yml
vendored
@ -54,7 +54,6 @@ jobs:
|
||||
libclang-dev
|
||||
libudunits2-dev
|
||||
libgtest-dev
|
||||
libgmock-dev
|
||||
default-jdk
|
||||
python3-dev
|
||||
python3-pip
|
||||
@ -102,7 +101,7 @@ jobs:
|
||||
#-------- Debian 10-based Only Dependencies ----------------
|
||||
- cfg: { arch: debian, arch_ver: 10 }
|
||||
install_gtest: |
|
||||
apt-get install -y libgtest-dev libgmock-dev
|
||||
apt-get install -y libgtest-dev
|
||||
cd /usr/src/gtest
|
||||
cmake .
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user