CentOS 7 CI Testing

This commit is contained in:
Pherring04 2024-07-10 11:32:35 -05:00
parent 29cb2ad7d5
commit d0a12c885f

View File

@ -150,7 +150,9 @@ jobs:
- name: Install GTest - name: Install GTest
run: ${{matrix.install_gtest}} run: ${{matrix.install_gtest}}
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: >
node -v
actions/checkout@v3
- name: Configure Trick - name: Configure Trick
run: | run: |
export MAKEFLAGS=-j`nproc` export MAKEFLAGS=-j`nproc`