clear yum metadata before yum install (#582)

[ROCm/rocprofiler-compute commit: bec537e2a1]
이 커밋은 다음에 포함됨:
vedithal-amd
2025-02-27 09:39:26 -05:00
커밋한 사람 GitHub
부모 a9f021e17c
커밋 4b1979912b
+2
파일 보기
@@ -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