From d0a12c885f0d70348f1221aa3b0cb4e76cd8c999 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Wed, 10 Jul 2024 11:32:35 -0500 Subject: [PATCH] CentOS 7 CI Testing --- .github/workflows/test_linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index c58dfbb0..a26fd9b6 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -150,7 +150,9 @@ jobs: - name: Install GTest run: ${{matrix.install_gtest}} - name: Checkout repository - uses: actions/checkout@v4 + uses: > + node -v + actions/checkout@v3 - name: Configure Trick run: | export MAKEFLAGS=-j`nproc`