add llvm to github action container

Signed-off-by: josantos <josantos@amd.com>
This commit is contained in:
josantos
2023-08-10 13:15:44 -05:00
parent bbb254ef43
commit 73933572af
+1
View File
@@ -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