Skip to content

Commit 75e46d4

Browse files
committed
Fix of error in connstring in actions on MacOS
1 parent 9384c10 commit 75e46d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 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') }}
@@ -137,6 +139,8 @@ jobs:
137139
138140
cat $ODBCSYSINI/odbcinst.ini
139141
cat $ODBCSYSINI/odbc.ini | grep -v PASSWORD
142+
143+
chmod 666 $ODBCINI $ODBCSYSINI/odbcinst.ini
140144
fi
141145
ctest --verbose
142146

0 commit comments

Comments
 (0)