Skip to content

Commit

Permalink
Add libtinfo5 depedency. (#4931)
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox authored Nov 15, 2021
1 parent 840ad8a commit 4b20ac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ jobs:
- checkout
- run:
command: |
sudo apt-get update -y
sudo apt install -y libtinfo5
curl https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-format-linux64 -o clang-format
chmod +x clang-format
sudo mv clang-format /opt/clang-format
Expand Down

0 comments on commit 4b20ac5

Please sign in to comment.