[Test] Add ccache to dependency

This commit is contained in:
tangxifan 2020-11-23 22:57:19 -07:00
parent 4d2f6bc656
commit f417996b36
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ sudo apt-get install bash
sudo apt-get install bison
sudo apt-get install build-essential
sudo apt-get install cmake
sudo apt-get install ccache
sudo apt-get install ctags
sudo apt-get install curl
sudo apt-get install doxygen