Unverified Commit 4b20ac52 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Add libtinfo5 depedency. (#4931)

parent 840ad8ab
...@@ -225,6 +225,8 @@ jobs: ...@@ -225,6 +225,8 @@ jobs:
- checkout - checkout
- run: - run:
command: | 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 curl https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-format-linux64 -o clang-format
chmod +x clang-format chmod +x clang-format
sudo mv clang-format /opt/clang-format sudo mv clang-format /opt/clang-format
......
...@@ -225,6 +225,8 @@ jobs: ...@@ -225,6 +225,8 @@ jobs:
- checkout - checkout
- run: - run:
command: | 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 curl https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-format-linux64 -o clang-format
chmod +x clang-format chmod +x clang-format
sudo mv clang-format /opt/clang-format sudo mv clang-format /opt/clang-format
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment