We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967979c commit cd0ddcaCopy full SHA for cd0ddca
.github/ciimage/Dockerfile.debian
@@ -25,7 +25,7 @@ RUN apt-get update && \
25
rm -rf /var/lib/apt/lists/*
26
27
# Install Meson and Ninja using pip
28
-RUN python3 -m pip install --no-cache-dir meson==1.3.0 ninja==1.10.2 --break-system-packages
+RUN python3 -m pip install --no-cache-dir meson==1.8.0 ninja==1.10.2 --break-system-packages
29
30
# Set environment variables
31
ENV CC=clang \
0 commit comments