Skip to content

Commit

Permalink
Github action: Fix clang-tidy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Dec 18, 2024
1 parent f4541e2 commit f2b01ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-protozero
- uses: ./.github/actions/install-from-git
- uses: ./.github/actions/cmake
- name: Run clang-tidy
run: make clang-tidy | tee osmcoastline-${{ github.sha }}-clang-tidy-${{ matrix.clang }}.log
Expand Down

0 comments on commit f2b01ba

Please sign in to comment.