Skip to content

Commit

Permalink
switch to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 2, 2024
1 parent 89b3bad commit 1be32b6
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 @@ -38,7 +38,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@propagate-errors#subdirectory=py-binding
python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#subdirectory=py-binding
- name: Install clang-tools
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm
Expand Down

0 comments on commit 1be32b6

Please sign in to comment.