ci: Update LLVM tools to v20 (#2278)

Trying in https://github.com/XRPLF/clio/pull/2280
This commit is contained in:
Ayaz Salikhov
2025-07-02 14:55:54 +01:00
committed by GitHub
parent be2d915df7
commit 18b8fc7e5c
4 changed files with 6 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER root
WORKDIR /root
ARG LLVM_TOOLS_VERSION=19
ARG LLVM_TOOLS_VERSION=20
# Add repositories
RUN apt-get update \