typo
Some checks failed
Docker Builders / build-base-builder (push) Successful in 29s
Docker Builders / build-cpp-builder (push) Failing after 3m58s

This commit is contained in:
2026-01-23 17:46:22 +01:00
parent 3074d39213
commit a1a59cdae3
2 changed files with 3 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
wget \
lsb-release \
software-properties-common \
python3-pip \
pipx \
&& rm -rf /var/lib/apt/lists/* \
\
# Install LLVM 18
@@ -47,8 +47,7 @@ RUN apt-get update && apt-get install -y \
&& ccache --zero-stats
# Install pipx and Conan
RUN python3 -m pip install --no-cache-dir pipx \
&& pipx ensurepath \
RUN pipx ensurepath \
&& pipx install conan
# Build and install mold