Skip to content

Commit

Permalink
Install lit 0.11.1 in clang-tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong committed May 8, 2021
1 parent 1077586 commit 8851d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ if [ -n "${CODE_COVERAGE}" ]; then
fi

if [ -n "$CATA_CLANG_TIDY" ]; then
$travis_retry pip3 install --user wheel --upgrade
$travis_retry pip3 install --user compiledb lit
$travis_retry pip install --user wheel --upgrade
$travis_retry pip install --user compiledb lit==0.11.1
fi

# Influenced by https://github.com/zer0main/battleship/blob/master/build/windows/requirements.sh
Expand Down

0 comments on commit 8851d23

Please sign in to comment.