From ccffa8f8a64bbfd584fb72ed64a5cfd7cf240f75 Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Mon, 26 Feb 2024 09:33:54 +0100 Subject: [PATCH] Fix OL8 --- .github/workflows/compile-gtest/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-gtest/action.yml b/.github/workflows/compile-gtest/action.yml index 85a9afe25..9218e3fb6 100644 --- a/.github/workflows/compile-gtest/action.yml +++ b/.github/workflows/compile-gtest/action.yml @@ -6,7 +6,7 @@ runs: - id: build-gtest shell: bash run: | - source /opt/rh/devtoolset-10/enable || source /opt/rh/devtoolset-10/enable || true + source /opt/rh/devtoolset-10/enable || source /opt/rh/gcc-toolset-10/enable || true git clone -b v1.14.0 https://github.com/google/googletest.git cd googletest cmake3 -G"Unix Makefiles"