diff --git a/.github/scripts/run-cmake-coverage b/.github/scripts/run-cmake-coverage index 060bd5fd..d59cace1 100755 --- a/.github/scripts/run-cmake-coverage +++ b/.github/scripts/run-cmake-coverage @@ -3,6 +3,7 @@ set -euo pipefail WORKSPACE=$(cd "$(dirname "${BASH_SOURCE[0]}")"/../.. && /bin/pwd -P) +PATH=$HOME/.local/bin:$PATH pip install --user cpp-coveralls echo PATH=$PATH