Skip to content

Commit

Permalink
Merge pull request #262 from alexislefebvre/chore-fix-installation-of…
Browse files Browse the repository at this point in the history
…-mysqldump-on-CI

chore: fix installation of mysqldump on CI
  • Loading branch information
alexislefebvre authored Jan 28, 2024
2 parents d355398 + 8452dc1 commit f5eeab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
steps:
- name: Install mysqldump
run: |
sudo apt update
sudo apt install -y -q ${{ matrix.mysql-client }}
mysqldump --version
Expand Down

0 comments on commit f5eeab5

Please sign in to comment.