Skip to content

Commit 9183d8b

Browse files
committed
whoops
1 parent c50e7ce commit 9183d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ elif [ "$1" == "gtest-setup" ]; then
6464
sudo apt-get update
6565
sudo apt-get install -y build-essential
6666
sudo apt-get install -y cmake libgtest-dev
67-
sudo apt-get install gcov gcovr
67+
sudo apt-get install -y gcovr
6868
echo "Building GTest"
6969
cd /usr/src/gtest
7070
sudo cmake CMakeLists.txt

0 commit comments

Comments
 (0)