Skip to content

Commit

Permalink
[GHA] fix sccache install failure (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Aug 26, 2023
1 parent 21cacf9 commit 1643dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV WORKHOME=/home/ubuntu/work
ENV HOME=/home/ubuntu

RUN rustup default stable
RUN cargo install sccache
RUN cargo install sccache --locked

ENV SCCACHE_CACHE_SIZE="20G"
ENV SCCACHE_DIR=$HOME/.cache/sccache
Expand Down

0 comments on commit 1643dc7

Please sign in to comment.