1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use --assume-yes to install the dependencies for Github's workflows:

This could prevent not install if require a confirmation action on
system were is run the workflow.
This commit is contained in:
Rodrigo Ramírez Norambuena 2020-01-08 20:18:28 -03:00
parent 73d85f47ec
commit 2550679621

View file

@ -15,7 +15,7 @@ jobs:
- name: Install required package
run: |
sudo apt-get update
sudo apt-get install libmysqlclient-dev libpq-dev libsqlite3-dev libncurses5-dev
sudo apt-get -y install libmysqlclient-dev libpq-dev libsqlite3-dev libncurses5-dev
- name: Install bundler
run: |
gem install bundler:2.1.2