Skip to content

Commit 8fbce4c

Browse files
committed
fix: Add missing DAGENT_CPP_BUILD_OAUTH.
1 parent 3966dfb commit 8fbce4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
clang-tidy --version
3939
4040
- name: Configure CMake
41-
run: cmake -B build -S . -DAGENT_CPP_BUILD_MCP=ON
41+
run: cmake -B build -S . -DAGENT_CPP_BUILD_MCP=ON -DAGENT_CPP_BUILD_OAUTH=ON
4242

4343
- name: Run pre-commit
4444
run: pre-commit run --all-files --show-diff-on-failure --verbose

0 commit comments

Comments
 (0)