ci: print clang-format's version

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24302>
This commit is contained in:
Eric Engestrom 2023-07-24 09:56:27 +01:00 committed by Marge Bot
parent 02e40d3b48
commit 88deb4bb88

View file

@ -53,6 +53,7 @@ clang-format:
# We need a meson build dir, but its config doesn't actually matter, so
# let's just use the default.
- meson setup build
- clang-format-${LLVM_VERSION} --version
- ninja -C build clang-format
.test-gl: