mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-30 05:17:23 +02:00
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:
committed by
Ozkan Sezer
parent
c991501120
commit
ab01c9f92a
9
.github/workflows/generic.yml
vendored
9
.github/workflows/generic.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user