mirror of
https://github.com/nasa/trick.git
synced 2025-02-13 14:05:31 +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: |
|
conf_pkg: |
|
||||||
yum -y install epel-release
|
yum -y install epel-release
|
||||||
yum -y update
|
yum -y update
|
||||||
|
yum -y install wget
|
||||||
os_deps: >-
|
os_deps: >-
|
||||||
libX11-devel
|
libX11-devel
|
||||||
libXt-devel
|
libXt-devel
|
||||||
swig3
|
swig3
|
||||||
install_gest: |
|
install_gtest: |
|
||||||
yum install wget
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz
|
wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz
|
||||||
tar xzvf release-1.8.0.tar.gz
|
tar xzvf release-1.8.0.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user