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 d13ecb5 commit 4d173f0Copy full SHA for 4d173f0
.github/ciimage/Dockerfile.debian
@@ -28,7 +28,7 @@ RUN apt-get update && \
28
rm -rf /var/lib/apt/lists/*
29
30
# Install Meson, Ninja, and Cython using pip
31
-RUN python3 -m pip install --no-cache-dir meson ninja
+RUN python3 -m pip install --no-cache-dir meson==1.4.0 ninja
32
33
# Set environment variables
34
ENV CC=/usr/bin/clang
0 commit comments