Skip to content

Commit

Permalink
fix(examples): fix update_examples action, adding cargo (#3782)
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev authored Dec 16, 2024
1 parent 6f0a6cf commit 75fc4f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/update_examples.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ ENV PATH=$PATH:/usr/local/bin
ARG RUBY_VERSION=3.2.2
RUN curl -sSL https://get.rvm.io | bash
RUN /bin/bash -l -c "rvm install ruby-${RUBY_VERSION} && rvm --default use ruby-${RUBY_VERSION}"

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
ENV PATH=$PATH:/root/.cargo/bin

0 comments on commit 75fc4f4

Please sign in to comment.