Skip to content

Commit f2b01ba

Browse files
committed
Github action: Fix clang-tidy workflow
1 parent f4541e2 commit f2b01ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
with:
4747
submodules: true
48-
- uses: ./.github/actions/install-protozero
48+
- uses: ./.github/actions/install-from-git
4949
- uses: ./.github/actions/cmake
5050
- name: Run clang-tidy
5151
run: make clang-tidy | tee osmcoastline-${{ github.sha }}-clang-tidy-${{ matrix.clang }}.log

0 commit comments

Comments
 (0)