We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7514f5d commit 8c21c40Copy full SHA for 8c21c40
.github/workflows/verify-build.yml
@@ -371,10 +371,9 @@ jobs:
371
- name: Setup coverage dependencies (only on linux)
372
run: |
373
sudo apt-get install info install-info ;
374
- sudo pip install codecov ;
375
sudo pip install gcovr ;
376
sudo apt-get install cppcheck ;
377
- if: ${{ matrix.os-type == 'discard' }}
+ if: ${{ matrix.os-type == 'ubuntu' }}
378
379
- name: Fetch libmicrohttpd from cache
380
id: cache-libmicrohttpd
0 commit comments