This commit is contained in:
Eugene Pankov 2022-05-18 00:13:23 -07:00
parent 43c56d92e9
commit 56eb334e72
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,10 @@ jobs:
- uses: rlespinasse/github-slug-action@4.2.3
- name: Install Rust
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: Cache
uses: actions/cache@v2
with:

View file

@ -4,5 +4,4 @@ RUN curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
RUN yum install -y nodejs java pkgconfig openssl-devel && yum clean all
RUN npm i -g yarn
USER 1001
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH=/opt/app-root/src/.cargo/bin:/opt/rh/devtoolset-7/root/usr/bin:/opt/app-root/src/bin:/opt/app-root/bin:/opt/rh/devtoolset-7/root/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin