Skip to content

Commit

Permalink
build from feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 authored Sep 26, 2024
1 parent fd0c510 commit 38a83e3
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 @@ -34,7 +34,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 -i https://test.pypi.org/simple/ cpp-linter==2.0.0rc4
python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@propadate-errors#subdirectory=py-binding
- name: Install clang-tools
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm
Expand Down

0 comments on commit 38a83e3

Please sign in to comment.