We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b3bad commit 1be32b6Copy full SHA for 1be32b6
.github/workflows/cpp-lint-package.yml
@@ -38,7 +38,7 @@ jobs:
38
# run: python -m pip install clang-tools git+https://github.com/${{ matrix.repo }}/@${{ matrix.branch }}
39
run: |
40
python -m pip install clang-tools
41
- python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@propagate-errors#subdirectory=py-binding
+ python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#subdirectory=py-binding
42
43
- name: Install clang-tools
44
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm
0 commit comments