Commit 594841f
fix: Add missing dependencies to docs workflow
Added ODBC and C++ library dependencies required by CMake:
- unixodbc-dev: ODBC library (required by CMakeLists.txt)
- libcurl4-openssl-dev: CURL library
- libspdlog-dev: Logging library
- nlohmann-json3-dev: JSON library
This fixes the CMake configuration error that was preventing
Doxyfile generation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2fac37c commit 594841f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments