Skip to content

Commit 1be32b6

Browse files
committed
switch to main branch
1 parent 89b3bad commit 1be32b6

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
@@ -38,7 +38,7 @@ jobs:
3838
# run: python -m pip install clang-tools git+https://github.com/${{ matrix.repo }}/@${{ matrix.branch }}
3939
run: |
4040
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
41+
python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#subdirectory=py-binding
4242
4343
- name: Install clang-tools
4444
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm

0 commit comments

Comments
 (0)