mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-14 21:20:30 +00:00
Fix Cygwin building and add CI (#15566)
Co-authored-by: TrueCat17 <truecat17@gmail.com> Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com> Co-authored-by: Ozkan Sezer <sezeroz@gmail.com>
This commit is contained in:
5
.github/workflows/generic.yml
vendored
5
.github/workflows/generic.yml
vendored
@@ -28,6 +28,11 @@ jobs:
|
||||
with:
|
||||
msystem: ${{ matrix.platform.msys2-msystem }}
|
||||
install: ${{ matrix.platform.msys2-packages }}
|
||||
- name: 'Set up Cygwin'
|
||||
if: ${{ matrix.platform.platform == 'cygwin' }}
|
||||
uses: cygwin/cygwin-install-action@master
|
||||
with:
|
||||
packages: ${{ matrix.platform.cygwin-packages }}
|
||||
- name: 'About this job'
|
||||
run: |
|
||||
echo "key=${{ matrix.platform.key }}"
|
||||
|
||||
Reference in New Issue
Block a user