mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
Fix CI after rustup 1.28 (#608)
This commit is contained in:
committed by
GitHub
parent
b41d8bed94
commit
5dd79329c6
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user