forked from github/server
nstall clang-tools for scan-build
This commit is contained in:
parent
2ad6d442fe
commit
363b1224d1
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue