Skip to content

Commit cd0ddca

Browse files
Update Dockerfile.debian
1 parent 967979c commit cd0ddca

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
@@ -25,7 +25,7 @@ RUN apt-get update && \
2525
rm -rf /var/lib/apt/lists/*
2626

2727
# 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
28+
RUN python3 -m pip install --no-cache-dir meson==1.8.0 ninja==1.10.2 --break-system-packages
2929

3030
# Set environment variables
3131
ENV CC=clang \

0 commit comments

Comments
 (0)