This commit is contained in:
parent
18c090f30d
commit
775e5ed1ee
@ -43,6 +43,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install curl wget tar build-essential zlib1g-dev gpg -y && \
|
apt-get install curl wget tar build-essential zlib1g-dev gpg -y && \
|
||||||
|
curl -sSL https://rvm.io/mpapis.asc | gpg --import - && \
|
||||||
|
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - && \
|
||||||
curl -sSL https://get.rvm.io | bash -s stable && \
|
curl -sSL https://get.rvm.io | bash -s stable && \
|
||||||
source /etc/profile.d/rvm.sh && \
|
source /etc/profile.d/rvm.sh && \
|
||||||
rvm install 3.2.0 && \
|
rvm install 3.2.0 && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user