mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 07:43:00 +08:00
Install pv
This commit is contained in:
parent
fc5fd203d6
commit
6bfb31a635
3
.github/workflows/test-diffcalc.yml
vendored
3
.github/workflows/test-diffcalc.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user