Skip to content

Commit

Permalink
Enable clangscandeps build
Browse files Browse the repository at this point in the history
  • Loading branch information
bentekkie authored Jun 20, 2024
1 parent 1fca06a commit 3fa13b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
bazel-build:
strategy:
matrix:
includescanner: ["goma"] #, "clangscandeps"] # TODO: Add clangscandeps builds
includescanner: ["goma", "clangscandeps"] # TODO: Add clangscandeps builds
os: ["ubuntu-20.04", "macos-13", "windows-2019"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3fa13b4

Please sign in to comment.