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

View file

@ -11,10 +11,6 @@ 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,3 +4,5 @@ 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