Skip to content

Commit e5bb702

Browse files
adding version
1 parent 6de6271 commit e5bb702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ciimage/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && \
2828
rm -rf /var/lib/apt/lists/*
2929

3030
# Install Meson and Ninja
31-
RUN python3 -m pip install --no-cache-dir meson ninja
31+
RUN python3 -m pip install --no-cache-dir meson ninja==1.10.2
3232

3333
# Set environment variables
3434
ENV CC=/usr/bin/clang

0 commit comments

Comments
 (0)