Add yum install which to CI action

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


[ROCm/rocprofiler-compute commit: 9dcd310480]
This commit is contained in:
coleramos425
2023-01-26 17:01:07 -06:00
parent edaa3d6acc
commit 6e0a8e32b1
@@ -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: