From fb194ee4e50b9ec2b3b6059e70544b6e1c9dee04 Mon Sep 17 00:00:00 2001 From: josantos Date: Thu, 10 Aug 2023 13:25:11 -0500 Subject: [PATCH] removing broken install in gh actions container Signed-off-by: josantos [ROCm/rocprofiler-compute commit: 878948e848a9ccb74d24b37cfe43891310cd7915] --- projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml index f945b7f138..d72aaad70f 100644 --- a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml +++ b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml @@ -30,7 +30,6 @@ 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