Skip to content

Commit

Permalink
fix typo in git URL
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Sep 26, 2024
1 parent 38a83e3 commit 4a74df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# run: python -m pip install clang-tools git+https://github.com/${{ matrix.repo }}/@${{ matrix.branch }}
run: |
python -m pip install clang-tools
python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@propadate-errors#subdirectory=py-binding
python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@propagate-errors#subdirectory=py-binding
- name: Install clang-tools
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm
Expand Down

0 comments on commit 4a74df6

Please sign in to comment.