We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8debcdb commit 87e5bf1Copy full SHA for 87e5bf1
.github/workflows/python-test.yml
@@ -63,12 +63,11 @@ jobs:
63
uses: actions/setup-python@v4
64
with:
65
python-version: "3.8"
66
+ - name: Install clang-tools of push event
67
+ run: pip install git+https://github.com/shenxianpeng/clang-tools-pip.git@${{ github.ref }}
68
- name: Install clang-tools of pull_request event
69
if: github.event_name == 'pull_request'
70
run: pip install git+https://github.com/shenxianpeng/clang-tools-pip.git@${{ github.head_ref }}
- - name: Install clang-tools of push event
- if: github.event_name == 'push'
71
- run: pip install git+https://github.com/shenxianpeng/clang-tools-pip.git@${{ github.ref }}
72
- name: Installation testing
73
run: |
74
clang-tools --install ${{ matrix.version }}
0 commit comments