Skip to content

Commit bcf27bf

Browse files
committed
Add PostgreSQL and MySQL client installations to GitHub Actions workflow
1 parent b5ceb68 commit bcf27bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/crystal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: |
4242
apt-get update
4343
apt-get install -y sqlite3 libsqlite3-dev
44+
apt-get install -y postgresql-client mysql-client
4445
- name: Verify SQLite installation
4546
run: sqlite3 --version
4647
- name: Create SQLite databases

0 commit comments

Comments
 (0)