Add yum install which to CI action

Signed-off-by: coleramos425 <colramos@amd.com>
This commit is contained in:
coleramos425
2023-01-26 17:33:52 -06:00
parent 2e1de304f5
commit fa92c8cdf9
+1
View File
@@ -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: