Coverity Fix (#1912)

This commit is contained in:
Anton Kochkov 2019-12-12 03:49:34 -06:00 committed by Itay Cohen
parent 55017f6ba0
commit 53452726ac

View File

@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-python@v1 - uses: actions/setup-python@v1
with: with:
python-version: 3.7.5 python-version: 3.7.5
- name: Download Coverity Build Tool - name: Download Coverity Build Tool
run: | run: |
wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=radareorg%2Fcutter" -O cov-analysis-linux64.tar.gz wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=radareorg%2Fcutter" -O cov-analysis-linux64.tar.gz
@ -26,6 +27,9 @@ jobs:
chmod go-w $HOME chmod go-w $HOME
sudo chmod -R go-w /usr/share sudo chmod -R go-w /usr/share
- name: apt dependencies
run: sudo apt-get install ninja-build libgraphviz-dev
- name: py dependencies - name: py dependencies
run: | run: |
pip install meson pip install meson