Skip to content

Commit

Permalink
switch to 2.0.0rc6 dist
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Nov 24, 2024
1 parent c61ad92 commit d40d908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ 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@main#subdirectory=py-binding
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

- name: Install clang-tools
run: clang-tools --install ${{ matrix.clang-version }} --directory ${{ runner.temp }}/llvm
Expand Down

0 comments on commit d40d908

Please sign in to comment.