Update CI-cygwin.yml

This commit is contained in:
chrchr-github 2022-07-07 22:48:04 +02:00 committed by GitHub
parent 15aa454c06
commit f4fcd414cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
matrix:
os: [windows-2019]
arch: [x64, x86]
packages: |
gcc-g++-11.3.0-1
fail-fast: false
runs-on: ${{ matrix.os }}
@ -27,6 +29,7 @@ jobs:
uses: cygwin/cygwin-install-action@master
with:
platform: ${{ matrix.arch }}
packages: ${{ matrix.packages }}
- name: Defines
run: |