From fa92c8cdf91fbaaabf05cdefbd6726b1f2e2e6ad 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 --- .github/workflows/rhel-8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rhel-8.yml b/.github/workflows/rhel-8.yml index b7d0208ef4..5fe6d5aede 100644 --- a/.github/workflows/rhel-8.yml +++ b/.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: