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"