Skip to content

Commit

Permalink
Merge pull request #73 from getmetal/task/sp/update-docker/setup-buil…
Browse files Browse the repository at this point in the history
…dx-action

Try this `ENV CARGO_NET_GIT_FETCH_WITH_CLI=true`
  • Loading branch information
Czechh authored Aug 23, 2023
2 parents 8068d2a + 015dcbd commit bf08eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update -y && \
rustup target add x86_64-unknown-linux-gnu

# cache dependencies
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
RUN cargo build --release
RUN rm src/*.rs

Expand Down

0 comments on commit bf08eb9

Please sign in to comment.