This commit is contained in:
parent
ec99ab9c1b
commit
b58a2af2c8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: "Setup"
|
- name: "Setup"
|
||||||
- run: |
|
run: |
|
||||||
bundle config set path vendor/bundle
|
bundle config set path vendor/bundle
|
||||||
bundle install --jobs=4 --retry=3
|
bundle install --jobs=4 --retry=3
|
||||||
command -v rsync >/dev/null || ( apt-get update -y && apt-get install rsync -y )
|
command -v rsync >/dev/null || ( apt-get update -y && apt-get install rsync -y )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue