Skip to content

Commit

Permalink
Bump clang again
Browse files Browse the repository at this point in the history
The last attempt didn't work but I'm hopeful that this will based on:

  https://packages.ubuntu.com/search?keywords=libclang&searchon=names&suite=jammy&section=all
  • Loading branch information
michaeljones committed Jan 16, 2023
1 parent 7f4977b commit d75073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
pip install -r requirements/development.txt
sudo apt-get -y update
sudo apt-get -y install graphviz libclang1-10 libclang-cpp10
sudo apt-get -y install graphviz libclang1-11 libclang-cpp11
- name: install doxygen from SF binary archives
env:
Expand Down

0 comments on commit d75073d

Please sign in to comment.