Skip to content

Commit 594841f

Browse files
Calvinjminclaude
andcommitted
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

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Dependencies
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install -y doxygen graphviz cmake
28+
sudo apt-get install -y doxygen graphviz cmake unixodbc-dev libcurl4-openssl-dev libspdlog-dev nlohmann-json3-dev
2929
3030
- name: Generate Doxyfile from Template
3131
run: |

0 commit comments

Comments
 (0)