fix: update clang-format tag (#5095)

This commit is contained in:
Piotr Idzik
2024-04-08 19:38:31 +02:00
committed by GitHub
parent 295ac4b1ac
commit 90704d736b
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ USER root
RUN ./"$LLVM_SCRIPT" 16 \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
clang-format-16=1:16.0.6~++20230710042027+7cbf1a259152-1~exp1~20230710162048.105 \
clang-format-16=1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*