mirror of
https://github.com/nasa/trick.git
synced 2025-02-09 20:21:19 +00:00
Fixed typo install_gtest tag for centos 7.
This commit is contained in:
parent
b5155a6ed8
commit
8de8639ff9
4
.github/workflows/test_linux.yml
vendored
4
.github/workflows/test_linux.yml
vendored
@ -97,12 +97,12 @@ jobs:
|
||||
conf_pkg: |
|
||||
yum -y install epel-release
|
||||
yum -y update
|
||||
yum -y install wget
|
||||
os_deps: >-
|
||||
libX11-devel
|
||||
libXt-devel
|
||||
swig3
|
||||
install_gest: |
|
||||
yum install wget
|
||||
install_gtest: |
|
||||
cd /tmp
|
||||
wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz
|
||||
tar xzvf release-1.8.0.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user