We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3966dfb commit 8fbce4cCopy full SHA for 8fbce4c
.github/workflows/lint.yml
@@ -38,7 +38,7 @@ jobs:
38
clang-tidy --version
39
40
- name: Configure CMake
41
- run: cmake -B build -S . -DAGENT_CPP_BUILD_MCP=ON
+ run: cmake -B build -S . -DAGENT_CPP_BUILD_MCP=ON -DAGENT_CPP_BUILD_OAUTH=ON
42
43
- name: Run pre-commit
44
run: pre-commit run --all-files --show-diff-on-failure --verbose
0 commit comments