Skip to content

Commit 8a3e8fc

Browse files
committed
fix firebird conf issues
1 parent cc7355c commit 8a3e8fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
with:
2222
version: ${{ matrix.firebird-version }}
2323
firebird_root_password: "masterkey"
24-
firebird_conf: "WireCrypt = Enabled\nAuthServer = Legacy_Auth, Srp, Win_Sspi"
24+
firebird_conf: |
25+
WireCrypt = Enabled
26+
AuthServer = Legacy_Auth,Srp,Win_Sspi
2527
2628
- name: Use Node.js ${{ matrix.node }}
2729
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)