We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7355c commit 8a3e8fcCopy full SHA for 8a3e8fc
.github/workflows/node.js.yml
@@ -21,7 +21,9 @@ jobs:
21
with:
22
version: ${{ matrix.firebird-version }}
23
firebird_root_password: "masterkey"
24
- firebird_conf: "WireCrypt = Enabled\nAuthServer = Legacy_Auth, Srp, Win_Sspi"
+ firebird_conf: |
25
+ WireCrypt = Enabled
26
+ AuthServer = Legacy_Auth,Srp,Win_Sspi
27
28
- name: Use Node.js ${{ matrix.node }}
29
uses: actions/setup-node@v3
0 commit comments