From 2d0651cc3e4f16cddd04a2ac89276e5a4ee73b16 Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Sun, 4 Jan 2026 01:31:00 +0800 Subject: [PATCH] =?UTF-8?q?[CI]=20Docker=E5=AE=B9=E5=99=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0venv=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Dockerfile b/.ci/Dockerfile index 52b6798..1caa403 100644 --- a/.ci/Dockerfile +++ b/.ci/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && \ clang-19 lld-19 libc++-19-dev libc++abi-19-dev \ mingw-w64 g++-mingw-w64 \ git tar curl \ - python3 python3-pip \ + python3 python3-pip python3.12-venv \ && rm -rf /var/lib/apt/lists/* && \ update-alternatives --install /usr/bin/clang clang /usr/bin/clang-19 100 && \ update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-19 100 && \