Skip to content

Commit

Permalink
ci: A more permanent solution for mysql/windows
Browse files Browse the repository at this point in the history
  • Loading branch information
detule committed Oct 30, 2024
1 parent 3d5a9d4 commit f30d76e
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.1 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 f30d76e

Please sign in to comment.