We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5244d1b commit ebf8697Copy full SHA for ebf8697
.github/workflows/cpp-lint-package.yml
@@ -34,7 +34,7 @@ jobs:
34
# run: python -m pip install clang-tools git+https://github.com/${{ matrix.repo }}/@${{ matrix.branch }}
35
run: |
36
python -m pip install clang-tools
37
- python -m pip install -i https://test.pypi.org/simple/ cpp-linter
+ python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#subdirectory=py-binding
38
39
- name: Install clang-tools
40
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm
0 commit comments