Merge branch 'feature/bootstrap' of github.com:Retrospring/retrospring into feature/bootstrap
This commit is contained in:
commit
e23d39653e
|
@ -47,7 +47,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.7.x
|
ruby-version: 2.7.x
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get install -y libpq-dev libxml2-dev libxslt1-dev libmagickwand-dev imagemagick
|
run: sudo apt update && sudo apt-get install -y libpq-dev libxml2-dev libxslt1-dev libmagickwand-dev imagemagick
|
||||||
- name: Copy default configuration
|
- name: Copy default configuration
|
||||||
run: |
|
run: |
|
||||||
cp config/database.yml.postgres config/database.yml
|
cp config/database.yml.postgres config/database.yml
|
||||||
|
|
Loading…
Reference in New Issue