1
0
Fork 0
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:
Akira Matsuda 2021-08-06 23:58:58 +09:00
parent eb757b0060
commit 04fb1ce097

View file

@ -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