CentOS 7 CI Testing

This commit is contained in:
Pherring04 2024-07-10 12:09:56 -05:00
parent 3686191e6a
commit 21458bf30e

View File

@ -104,6 +104,7 @@ jobs:
libXt-devel
swig3
install_gtest: |
node -v
cd /tmp
wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz
tar xzvf release-1.8.0.tar.gz
@ -151,7 +152,6 @@ jobs:
run: ${{matrix.install_gtest}}
- name: Checkout repository
uses: actions/checkout@v3
run: node -v
- name: Configure Trick
run: |
export MAKEFLAGS=-j`nproc`