Skip to content

Commit

Permalink
Don't apt install lcov in a github runner as the version keeps floati…
Browse files Browse the repository at this point in the history
…ng around and breaking things.
  • Loading branch information
John-LittleBearLabs committed Oct 17, 2024
1 parent cf7880d commit ca06d6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

echo Install dependencies
sudo apt-get update
sudo apt-get install --yes cmake ninja-build lcov binutils doxygen graphviz libc6{,-dev} valgrind pipx
sudo apt-get install --yes cmake ninja-build binutils doxygen graphviz libc6{,-dev} valgrind pipx

wget https://github.com/linux-test-project/lcov/releases/download/v2.1/lcov-2.1.tar.gz
tar xzvf lcov-2.1.tar.gz
export PATH+=":${PWD}/lcov-2.1/bin"

pipx ensurepath
pipx install conan
Expand Down

0 comments on commit ca06d6d

Please sign in to comment.