Skip to content

Commit

Permalink
install gcovr with brew
Browse files Browse the repository at this point in the history
  • Loading branch information
hrantzsch committed May 19, 2024
1 parent 0ec5911 commit 248311f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if [ ${{ runner.os }} == 'Linux' ]; then
sudo apt-get install dbus-x11 dbus gnome-keyring libsecret-1-dev gcovr
elif [ ${{ runner.os }} == 'macOS' ]; then
pip3 install gcovr
brew install gcovr
fi
- name: "CMake: configure coverage"
Expand Down

0 comments on commit 248311f

Please sign in to comment.