Merge pull request #12811 from miri64/dist/enh/ci-print-ccache

dist/tools/ci/print_toolchain_versions.sh: add ccache
This commit is contained in:
Kaspar Schleiser 2019-11-26 10:06:12 +01:00 committed by GitHub
commit dd0d5f7fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ printf "\n"
printf "%s\n" "Installed development tools"
printf "%s\n" "---------------------------"
for c in \
ccache \
cmake \
cppcheck \
doxygen \