Skip to content

Commit adb83f4

Browse files
committed
Install clang-format in mingw-check-tidy
1 parent 236ec01 commit adb83f4

File tree

1 file changed

+2
-1
lines changed
  • src/ci/docker/host-x86_64/mingw-check-tidy

1 file changed

+2
-1
lines changed

src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
python3-pkg-resources \
1515
git \
1616
cmake \
17+
clang-format \
1718
sudo \
1819
gdb \
1920
xz-utils \

0 commit comments

Comments
 (0)