ci: use ghcr ubuntu image for mingw-check-tidy

This commit is contained in:
MarcoIeni 2025-01-17 13:14:51 +01:00
parent 0c2c096e1a
commit ffc7b5dc20
No known key found for this signature in database

View file

@ -1,4 +1,6 @@
FROM ubuntu:22.04
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \