mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 00:33:20 +08:00
fix: explicitly set CARGO_MANIFEST_DIR in a bid to fix CI
This commit is contained in:
@@ -2,6 +2,8 @@ FROM rust:bullseye AS test
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
ENV CARGO_MANIFEST_DIR="$(pwd)"
|
||||
|
||||
RUN rustup override set nightly-2022-01-14 && \
|
||||
rustup component add llvm-tools-preview && \
|
||||
cargo install grcov
|
||||
|
||||
Reference in New Issue
Block a user