Skip to content

Commit

Permalink
add python3 for gcovr
Browse files Browse the repository at this point in the history
  • Loading branch information
ztnel committed Jul 24, 2024
1 parent 437fcdb commit 1f382ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ jobs:
steps:
- name: checkout source
uses: actions/checkout@v4
- name: install gcc-arm-none-eabi & openocd
- name: install gcovr
run: |
sudo apt-get update -y
sudo apt-get install -y gcc-arm-none-eabi openocd
sudo apt-get install -y python3 python3-pip
python3 -m pip install gcovr
env:
DEBIAN_FRONTEND: noninteractive
- name: setup cmake
Expand Down

0 comments on commit 1f382ac

Please sign in to comment.