ci: clang-tools-extra is no longer available for mingw32

mingw32 and mingw64 are in the process of being deprecated

(cherry picked from commit be6f1efa26)
This commit is contained in:
Anonymous Maarten
2026-03-25 18:37:01 +01:00
committed by Ozkan Sezer
parent c991501120
commit ab01c9f92a
2 changed files with 17 additions and 16 deletions

View File

@@ -27,14 +27,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.platform.msys2-msystem }}
install: >-
${{ matrix.platform.msys2-env }}-cc
${{ matrix.platform.msys2-env }}-cmake
${{ matrix.platform.msys2-env }}-ninja
${{ (!matrix.platform.msys2-no-perl && format('{0}-perl', matrix.platform.msys2-env)) || '' }}
${{ matrix.platform.msys2-env }}-pkg-config
${{ matrix.platform.msys2-env }}-clang-tools-extra
${{ (matrix.platform.ccache && format('{0}-ccache', matrix.platform.msys2-env)) || '' }}
install: ${{ matrix.platform.msys2-packages }}
- name: 'About this job'
run: |
echo "key=${{ matrix.platform.key }}"