mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Maybe we need libxml2-utils for the CI to run on ubuntu-18.04?
This commit is contained in:
parent
eb757b0060
commit
04fb1ce097
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -87,6 +87,8 @@ jobs:
|
|||
MYSQL_PASSWORD: root # for passing the password to the Rails process
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install libmysqld-dev
|
||||
run: sudo apt-get install libmysqld-dev
|
||||
- name: Start local MySQL
|
||||
run: sudo /etc/init.d/mysql start
|
||||
- name: Set up Ruby
|
||||
|
|
Loading…
Reference in a new issue