Skip to content

Commit 86b6489

Browse files
committed
[ci] Update clang tidy docker image
1 parent 66bcce7 commit 86b6489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/clang_tidy.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV CMAKE_GENERATOR=Ninja CONAN_CMAKE_GENERATOR=Ninja
2121

2222
RUN echo "xcikit deps"; apt-get update && apt-get install --no-install-recommends -y \
2323
librange-v3-dev libsdl3-dev glslang-tools libvulkan-dev libfreetype6-dev libharfbuzz-dev \
24-
libhyperscan-dev libbenchmark-dev && rm -rf /var/lib/apt/lists/*
24+
libvectorscan-dev libbenchmark-dev && rm -rf /var/lib/apt/lists/*
2525

2626
RUN echo "conan"; pip3 install --no-cache-dir --break-system-packages conan
2727

0 commit comments

Comments
 (0)