.github/workflows/coverity-scan.yml: fix syntax

This commit is contained in:
Duncan Overbruck 2020-04-18 15:10:20 +02:00
parent cf59b4a3b1
commit ef4937ecb7
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -20,10 +20,6 @@ jobs:
run: |
git clone --depth=1 https://github.com/void-linux/xbps .
CC=gcc ./configure --enable-tests &&
make -j$(nproc) &&
make check"
- name: Download Coverity Build Tool
run: |
wget -q https://scan.coverity.com/download/linux64 --post-data "token=$TOKEN&project=void-linux%2Fxbps" -O cov-analysis-linux64.tar.gz