Fix coverity (#1907)

This commit is contained in:
Anton Kochkov 2019-12-09 23:47:17 -06:00 committed by Itay Cohen
parent a1ab8881e4
commit 28613cdf3d

View File

@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
- uses: actions/setup-python@v1
with:
python-version: 3.7.5
- name: Download Coverity Build Tool
run: |
wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=radareorg%2Fcutter" -O cov-analysis-linux64.tar.gz