Skip to content

Commit

Permalink
datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs committed Oct 17, 2024
1 parent b203002 commit 7982a53
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ echo Install dependencies
doxygen \
graphviz \
valgrind \
pipx \
libcapture-tiny-perl
pipx

for pl in lib{capture-tiny,datetime}-perl
do
sudo apt-get install "${pl}"
done

wget https://github.com/linux-test-project/lcov/releases/download/v2.1/lcov-2.1.tar.gz
tar xzvf lcov-2.1.tar.gz
Expand Down

0 comments on commit 7982a53

Please sign in to comment.