Fix CI after rustup 1.28 (#608)

This commit is contained in:
Alexander Medvedev
2025-03-04 22:19:30 +01:00
committed by GitHub
parent b41d8bed94
commit 5dd79329c6
2 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ RUN apk add --no-cache musl-dev
WORKDIR /pumpkin
COPY . /pumpkin
RUN rustup show active-toolchain || rustup toolchain install
# build release
RUN --mount=type=cache,sharing=private,target=/pumpkin/target \
--mount=type=cache,target=/usr/local/cargo/git/db \