From 6e0a8e32b1b693d3463c9e5cbcc9cb5942b2b656 Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Thu, 26 Jan 2023 17:01:07 -0600 Subject: [PATCH] Add yum install which to CI action Signed-off-by: coleramos425 [ROCm/rocprofiler-compute commit: 9dcd3104804069048b590c8cc4921368fd70e95a] --- 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: