From 39c280f2eccc20452f4f36cad4cb241fb50788ef Mon Sep 17 00:00:00 2001 From: josantos Date: Thu, 10 Aug 2023 13:15:44 -0500 Subject: [PATCH] add llvm to github action container Signed-off-by: josantos [ROCm/rocprofiler-compute commit: 73933572afd49829c2128a49323e3db28708b2aa] --- projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml index d72aaad70f..f945b7f138 100644 --- a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml +++ b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml @@ -30,6 +30,7 @@ jobs: sudo apt-get install -y git sudo apt-get install -y python3-pip sudo apt-get install -y cmake + sudo apt-get install llvm-7 - name: Checkout uses: actions/checkout@v3 - name: Install Python prereqs