Skip to content

Commit

Permalink
Added missing gtest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCahill committed Jun 10, 2024
1 parent b15f327 commit 1449fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
sudo apt update
sudo apt-get update
sudo apt-get -y install can-utils libsocketcan-dev
sudo apt-get -y install can-utils libsocketcan-dev googletest
while read -r cmd
do
eval sudo $cmd
Expand Down

0 comments on commit 1449fa6

Please sign in to comment.