Skip to content

Commit

Permalink
use full path for uv for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaith committed Dec 10, 2024
1 parent 937005b commit 5b605f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN VER=$(curl --silent -qI https://github.com/astral-sh/uv/releases/latest | aw
ENV PATH="/usr/local/uv:${PATH}"
ENV UV_TOOL_DIR="/usr/local/uv"
ENV UV_TOOL_BIN_DIR="/usr/local/bin/"
RUN uv tool install lit
RUN /usr/local/uv/uv tool install lit

ENV CARGO_HOME=/usr/local/cargo
ENV RUSTUP_HOME=/usr/local/rustup
Expand Down

0 comments on commit 5b605f4

Please sign in to comment.