Skip to content

Commit

Permalink
Fix clang tidy location for darwin: it uses out/default not out/sanit…
Browse files Browse the repository at this point in the history
…izers
  • Loading branch information
andy31415 committed Oct 19, 2022
1 parent c07b25e commit 892e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ jobs:
- name: Ensure codegen is done for sanitize
timeout-minutes: 45
run: |
./scripts/run_in_build_env.sh "./scripts/run_codegen_targets.sh out/sanitizers"
./scripts/run_in_build_env.sh "./scripts/run_codegen_targets.sh out/default"
- name: Clang-tidy validation
timeout-minutes: 45
run: |
Expand Down

0 comments on commit 892e39a

Please sign in to comment.