From 8b08c62fd26ed9c0edd9b274c80a21f4d26d7eba Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Thu, 7 Aug 2025 23:11:28 -0500 Subject: [PATCH] Update rocprofiler-sdk-continuous_integration.yml (#191) --- .github/workflows/rocprofiler-sdk-continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rocprofiler-sdk-continuous_integration.yml b/.github/workflows/rocprofiler-sdk-continuous_integration.yml index be5210d12a..0e0e51a662 100644 --- a/.github/workflows/rocprofiler-sdk-continuous_integration.yml +++ b/.github/workflows/rocprofiler-sdk-continuous_integration.yml @@ -256,7 +256,7 @@ jobs: shell: bash working-directory: projects/rocprofiler-sdk run: - if [ "${OS_TYPE}" == "rhel" ]; then source scl_source enable gcc-toolset-11; fi; + if [ "${OS_TYPE}" == "rhel-8" ]; then source scl_source enable gcc-toolset-11; fi; /usr/bin/python3 ./source/scripts/run-ci.py -B build --name ${{ github.repository }}-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.runner }}-core --build-jobs 16