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:
parent
73d85f47ec
commit
2550679621
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rubocop.yml
vendored
2
.github/workflows/rubocop.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue