ci: change ninja-build to ninja in apk installs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-07-17 12:24:07 +03:30
parent d453982acf
commit 05f6fab1b8
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
3 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@ RUN apk add --no-cache \
pkgconf \
clang-extra-tools \
mold \
ninja-build
ninja
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
&& conan profile detect
@ -27,7 +27,6 @@ RUN clang --version \
&& g++ --version \
&& clang --version \
&& clang-tidy --version \
&& which ninja \
&& ninja --version \
&& mold --version

View file

@ -13,7 +13,7 @@ RUN apk add --no-cache \
mesa-dev \
mesa-gl \
pkgconf \
ninja-build \
ninja \
mold

View file

@ -13,7 +13,7 @@ RUN apk add --no-cache \
mesa-dev \
mesa-gl \
pkgconf \
ninja-build \
ninja \
mold \
valgrind