Skip to content

Commit ebf8697

Browse files
committed
switch to main branch
1 parent 5244d1b commit ebf8697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 -i https://test.pypi.org/simple/ cpp-linter
37+
python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#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)