Skip to content

Commit

Permalink
Install clang-format in mingw-check-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Jun 8, 2024
1 parent 236ec01 commit adb83f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand All @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-pkg-resources \
git \
cmake \
clang-format \
sudo \
gdb \
xz-utils \
Expand Down

0 comments on commit adb83f4

Please sign in to comment.