add docs config actions

This commit is contained in:
crazywhalecc
2024-01-07 01:57:55 +08:00
parent 5549068275
commit 5b581a54aa
2 changed files with 43 additions and 1 deletions

View File

@@ -403,10 +403,10 @@
"sqlsrv": {
"type": "external",
"source": "sqlsrv",
"cpp-extension": true,
"lib-depends": [
"unixodbc"
],
"cpp-extension": true,
"ext-depends-linux": [
"pcntl"
]