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