Skip to content

Commit

Permalink
add llvm to github action container
Browse files Browse the repository at this point in the history
Signed-off-by: josantos <josantos@amd.com>
  • Loading branch information
JoseSantosAMD committed Aug 10, 2023
1 parent bbb254e commit 7393357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7393357

Please sign in to comment.