Skip to content

Commit

Permalink
travis: Add libclang-9-dev package
Browse files Browse the repository at this point in the history
Looks like package dependencies are broken.
Adding libclang-9-dev manually to fix travis build.
  • Loading branch information
AlexeySotkin committed May 24, 2019
1 parent af28fa0 commit 54b49fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ addons:
- llvm-9-dev
- clang-format-9
- clang-tidy-9
- libclang-9-dev
- spirv-tools

compiler:
Expand Down

0 comments on commit 54b49fa

Please sign in to comment.