Skip to content

Commit 4a74df6

Browse files
authored
fix typo in git URL
1 parent 38a83e3 commit 4a74df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-lint-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# run: python -m pip install clang-tools git+https://github.com/${{ matrix.repo }}/@${{ matrix.branch }}
3535
run: |
3636
python -m pip install clang-tools
37-
python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@propadate-errors#subdirectory=py-binding
37+
python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@propagate-errors#subdirectory=py-binding
3838
3939
- name: Install clang-tools
4040
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm

0 commit comments

Comments
 (0)