From c5417202ad304a684f186209841575e603dda350 Mon Sep 17 00:00:00 2001 From: Vasilis Vryniotis Date: Sun, 14 Nov 2021 09:57:06 +0000 Subject: [PATCH] Add libtinfo5 depedency. --- .circleci/config.yml | 2 ++ .circleci/config.yml.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a58071fabf..c0c47d62e7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.circleci/config.yml.in b/.circleci/config.yml.in index c800d8a0ac9..78b0793bcb0 100644 --- a/.circleci/config.yml.in +++ b/.circleci/config.yml.in @@ -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