Skip to content

Commit

Permalink
fix: try sourcing cargo env again but different
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Dec 1, 2024
1 parent 85dd3c3 commit b85f723
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ RUN apt-get update && \

RUN curl https://sh.rustup.rs -sSf | bash -s -- -y

RUN PATH="/root/.cargo/bin:${PATH}" cargo test --verbose
RUN PATH="/root/.cargo/bin:${PATH}" cargo build --verbose --release
RUN . $HOME/.cargo/env && \
cargo test --verbose && \
cargo build --verbose --release

0 comments on commit b85f723

Please sign in to comment.