Skip to content

Commit

Permalink
ci: keep up with mysql driver updates (#860)
Browse files Browse the repository at this point in the history
* ci: keep up with mysql driver updates

* ci: A more permanent solution for mysql/windows
  • Loading branch information
detule authored Nov 10, 2024
1 parent ab9421f commit 190d335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/db-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: matrix.database == 'MySQL'
run: |
choco install mysql.odbc
echo "ODBC_CS_MYSQL=Driver={MySQL ODBC 9.0 ANSI Driver};Server=127.0.0.1;Database=test;User=root;Password=" >> $env:GITHUB_ENV
echo "ODBC_CS_MYSQL=Driver={$(Get-OdbcDriver -Platform 64-bit | Select-Object -ExpandProperty Name | Select-String -Pattern 'ANSI')};Server=127.0.0.1;Database=test;User=root;Password=" >> $env:GITHUB_ENV
- name: Install PostgreSQL
if: matrix.database == 'PostgreSQL'
Expand Down

0 comments on commit 190d335

Please sign in to comment.