Skip to content

Commit 8c21c40

Browse files
authored
Install cppcheck
1 parent 7514f5d commit 8c21c40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/verify-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,9 @@ jobs:
371371
- name: Setup coverage dependencies (only on linux)
372372
run: |
373373
sudo apt-get install info install-info ;
374-
sudo pip install codecov ;
375374
sudo pip install gcovr ;
376375
sudo apt-get install cppcheck ;
377-
if: ${{ matrix.os-type == 'discard' }}
376+
if: ${{ matrix.os-type == 'ubuntu' }}
378377

379378
- name: Fetch libmicrohttpd from cache
380379
id: cache-libmicrohttpd

0 commit comments

Comments
 (0)