Install pv

This commit is contained in:
smoogipoo
2021-09-14 12:55:33 +09:00
committed by Dean Herbert
parent fc5fd203d6
commit 6bfb31a635

View File

@ -49,6 +49,9 @@ jobs:
echo "${{ github.event.comment.body }} doesn't contain ${{ matrix.ruleset.id }}"
exit 1
- name: Install dependencies
run: sudo apt-get install -y pv
- name: Verify MySQL connection from host
run: |
sudo apt-get install -y mysql-client