Added cargo to path
This commit is contained in:
parent
ae44d33135
commit
40f889a3ee
|
@ -3,3 +3,5 @@ FROM catthehacker/ubuntu:act-latest
|
|||
RUN apt-get update && apt-get install -y --no-install-recommends pre-commit && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
|
||||
ENV PATH="${PATH}:/root/.cargo/bin"
|
||||
|
|
Loading…
Reference in New Issue
Block a user