Add yum install which to CI action

Signed-off-by: coleramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: fa92c8cdf9]
This commit is contained in:
coleramos425
2023-01-26 17:33:52 -06:00
parent b162de0a98
commit df8773bc9d
@@ -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: