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 8736bd2 commit a21141dCopy full SHA for a21141d
.github/workflows/python-test.yml
@@ -151,11 +151,14 @@ jobs:
151
fi
152
153
- name: Install clang-tools wheels
154
+ if: matrix.version >= 13 # Only versions 13 and above have wheels
155
run: |
156
clang-tools-wheel --tool clang-format --version ${{ matrix.version }}
157
clang-tools-wheel --tool clang-tidy --version ${{ matrix.version }}
158
159
- name: Check clang tool wheels
160
+ if: matrix.version >= 13
161
+ shell: bash
162
163
set -e
164
echo "Checking clang-format and clang-tidy versions..."
0 commit comments