Skip to content

Commit 4b20ac5

Browse files
authored
Add libtinfo5 depedency. (#4931)
1 parent 840ad8a commit 4b20ac5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ jobs:
225225
- checkout
226226
- run:
227227
command: |
228+
sudo apt-get update -y
229+
sudo apt install -y libtinfo5
228230
curl https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-format-linux64 -o clang-format
229231
chmod +x clang-format
230232
sudo mv clang-format /opt/clang-format

0 commit comments

Comments
 (0)