This commit is contained in:
parent
f43a071671
commit
f930b6e225
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y bundler git
|
apt install -y ruby-full build-essential git
|
||||||
|
gem install bundler
|
||||||
git config --global user.email "$MAIL"
|
git config --global user.email "$MAIL"
|
||||||
git config --global user.name "CI Builder"
|
git config --global user.name "CI Builder"
|
||||||
bundle install
|
bundle install
|
||||||
|
|
Loading…
Add table
Reference in a new issue