Skip to content

Commit 0e47045

Browse files
committed
let's see if this makes mysql build happy
1 parent d0b0c4f commit 0e47045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
dialect: "NHibernate.Dialect.FirebirdDialect"
2222
driverclass: "NHibernate.Driver.FirebirdClientDriver"
2323
- db: MySQL
24-
connectionstring: "Server=localhost;Uid=root;Password=envers;Database=envers;Old Guids=True;"
24+
connectionstring: "Server=localhost;Uid=root;Password=envers;Database=envers;Old Guids=True;SslMode=none;"
2525
dialect: "NHibernate.Dialect.MySQL5Dialect"
2626
driverclass: "NHibernate.Driver.MySqlDataDriver"
2727
- db: Oracle

0 commit comments

Comments
 (0)