Update .docker/docker-qgis-clangtidy.sh

This commit is contained in:
Nyall Dawson 2022-09-13 08:27:39 +10:00
parent 7af262a283
commit 8491e83166

View File

@ -23,7 +23,7 @@ cd ${SRCDIR}
# https://github.com/qgis/QGIS/runs/6733585841?check_suite_focus=true#step:13:89
git config --global --add safe.directory ${SRCDIR}
echo "::group::Install cland tidy"
echo "::group::Install clang tidy"
apt install -y \
clang-tidy
echo "::endgroup::"