Skip to content

Commit

Permalink
ci: change cargo path in container
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae committed Feb 16, 2023
1 parent d8100bb commit 521e632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN mkdir -p /tools/slang && chmod 777 /tools/slang && \
# install rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

ENV RUSTUP_HOME=/usr/local/rustup CARGO_HOME=/usr/local/cargo PATH="${PATH}:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
ENV RUSTUP_HOME=/usr/local/rustup CARGO_HOME=/usr/local/cargo PATH="${PATH}:$HOME/.cargo/bin"
# install morty via cargo
RUN cargo install --git https://github.com/pulp-platform/morty.git

Expand Down

0 comments on commit 521e632

Please sign in to comment.