clear yum metadata before yum install (#582)

[ROCm/rocprofiler-compute commit: bec537e2a1]
This commit is contained in:
vedithal-amd
2025-02-27 09:39:26 -05:00
committed by GitHub
parent a9f021e17c
commit 4b1979912b
@@ -27,6 +27,8 @@ jobs:
steps:
- name: Install baseline OS dependencies
run: |
yum clean all
yum makecache
yum -y install git
yum -y install python39
yum -y install cmake3