diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 553bbc3..4305155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"