Skip to content

Commit

Permalink
fixes 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kulakov committed Feb 6, 2024
1 parent d96f797 commit 4eb4e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Python 3.8 for gcovr
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.8
- name: install gcovr 5.0
run: |
pip install gcovr==5.0 # 5.1 is not supported
Expand Down

0 comments on commit 4eb4e9e

Please sign in to comment.