Skip to content

Commit

Permalink
Install missing LLVM dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mirenradia committed Apr 13, 2022
1 parent 9d07697 commit 58a8912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
sudo apt-get update
sudo apt-get -y install build-essential libgl1-mesa-dev \
libxt-dev python3-dev python3-numpy libopenmpi-dev libtbb-dev \
ninja-build libosmesa6 libosmesa6-dev
ninja-build libosmesa6 libosmesa6-dev llvm-12-dev
sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-12 12
- name: Configure
run: |
Expand Down

0 comments on commit 58a8912

Please sign in to comment.