Skip to content

Commit 299a5e4

Browse files
committed
Changed github actions to use generated ini files on macos
1 parent 9384c10 commit 299a5e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
TEST_PASSWORD: ${{ env.MYSQL_TEST_PASSWD }}
9595
TEST_PORT: ${{ env.MYSQL_TEST_PORT }}
9696
TEST_SCHEMA: ${{ env.MYSQL_TEST_DB }}
97+
ODBCINI: ${{ github.workspace }}/test/odbc.ini
98+
ODBCINTSTINI: ${{ github.workspace }}/test/odbcinst.ini
9799

98100
- name: make windows
99101
if: ${{ startsWith(matrix.os, 'windows') }}

0 commit comments

Comments
 (0)