nstall clang-tools for scan-build

This commit is contained in:
Enno Rehling 2021-06-22 08:30:03 +02:00
parent 2ad6d442fe
commit 363b1224d1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install dependencies - name: Install dependencies
run: sudo apt install libexpat1-dev libtolua-dev libncurses5-dev libsqlite3-dev libiniparser-dev libcjson-dev libbsd-dev cppcheck shellcheck luarocks run: sudo apt install libexpat1-dev libtolua-dev libncurses5-dev libsqlite3-dev libiniparser-dev libcjson-dev libbsd-dev cppcheck shellcheck luarocks clang-tools
- name: Run .travis.yml build script - name: Run .travis.yml build script
uses: ktomk/run-travis-yml@v1 uses: ktomk/run-travis-yml@v1
with: with: