Skip to content

Commit

Permalink
Setup libclang.so sym link
Browse files Browse the repository at this point in the history
  • Loading branch information
lcorcodilos committed Oct 26, 2020
1 parent 116323e commit 2493a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Setup environment
run: |
sudo apt-get install graphviz libgraphviz-dev
sudo ln -s /usr/lib/x86_64-linux-gnu/libclang-6.0.so.1 /usr/lib/x86_64-linux-gnu/libclang.so
python -m pip install --upgrade pip
pip install virtualenv
python -m virtualenv timber-env
Expand Down

0 comments on commit 2493a32

Please sign in to comment.