From df8773bc9d86eb80bc31b0f3fb04b625e059adfb Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Thu, 26 Jan 2023 17:33:52 -0600 Subject: [PATCH] Add yum install which to CI action Signed-off-by: coleramos425 [ROCm/rocprofiler-compute commit: fa92c8cdf91fbaaabf05cdefbd6726b1f2e2e6ad] --- projects/rocprofiler-compute/.github/workflows/rhel-8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml index b7d0208ef4..5fe6d5aede 100644 --- a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml +++ b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml @@ -30,6 +30,7 @@ jobs: yum -y install git yum -y install python39 yum -y install cmake3 + yum -y install which - name: Checkout uses: actions/checkout@v3 with: