mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
ci: add GDK
This commit is contained in:
parent
490f7af92b
commit
31b3f5ea79
5 changed files with 407 additions and 4 deletions
5
.github/workflows/generic.yml
vendored
5
.github/workflows/generic.yml
vendored
|
|
@ -68,6 +68,11 @@ jobs:
|
|||
if: ${{ matrix.platform.platform == 'msvc' }}
|
||||
with:
|
||||
arch: ${{ matrix.platform.msvc-vcvars }}
|
||||
- name: 'Set up Windows GDK Desktop'
|
||||
uses: ./.github/actions/setup-gdk-desktop
|
||||
if: ${{ matrix.platform.setup-gdk-folder != '' }}
|
||||
with:
|
||||
folder: '${{ matrix.platform.setup-gdk-folder }}'
|
||||
- name: 'Set up LoongArch64 toolchain'
|
||||
uses: ./.github/actions/setup-loongarch64-toolchain
|
||||
id: setup-loongarch64-toolchain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue