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 31bec6c commit 3211910Copy full SHA for 3211910
.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==1.4.0 ninja
+RUN python3 -m pip install --no-cache-dir meson ninja
32
33
# Set environment variables
34
ENV CC=/usr/bin/clang
0 commit comments