Skip to content

Commit

Permalink
github: export path to find codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmus committed Sep 14, 2023
1 parent 91b9752 commit 57f6c70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
# with:
# python-version: 3.10
- name: Install coverage
run: pip install coverage
run: |
pip install coverage
export PATH=~/.local/bin:"$PATH"
- name: Setup project (meson)
run: meson setup . build -Db_coverage=true
- name: Buil project (ninja)
Expand Down

0 comments on commit 57f6c70

Please sign in to comment.