Skip to content

Commit 5e663c2

Browse files
kazhangfacebook-github-bot
authored andcommitted
[fbsync] Add libtinfo5 depedency. (#4931)
Reviewed By: datumbox Differential Revision: D32470480 fbshipit-source-id: 20850d26714f83b7705d1d810184d77e4abfeaa7
1 parent 91ffba5 commit 5e663c2

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)