Fix Coverity Scan build

This commit is contained in:
Anton Kochkov 2019-12-09 13:22:58 +08:00 committed by GitHub
parent c14e4c6d68
commit a1ab8881e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,10 @@ jobs:
chmod go-w $HOME chmod go-w $HOME
sudo chmod -R go-w /usr/share sudo chmod -R go-w /usr/share
- name: py dependencies
run: |
pip install meson
- name: CMake - name: CMake
run: | run: |
scripts/fetch_deps.sh scripts/fetch_deps.sh