workflows/test: disable x86 Cygwin
This commit is contained in:
parent
190f39dc69
commit
74a1183273
2 changed files with 3 additions and 12 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -71,10 +71,9 @@ jobs:
|
|||
cygwin:
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [x86, x64]
|
||||
hardlinks: [0, 1]
|
||||
runs-on: windows-latest
|
||||
name: 'Cygwin: ${{ matrix.platform }} / hardlinks${{ matrix.hardlinks }}'
|
||||
name: 'Cygwin: hardlinks${{ matrix.hardlinks }}'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -82,12 +81,9 @@ jobs:
|
|||
uses: egor-tensin/cleanup-path@v1
|
||||
- name: Install Cygwin
|
||||
uses: egor-tensin/setup-cygwin@v3
|
||||
with:
|
||||
platform: '${{ matrix.platform }}'
|
||||
- name: Set up Clang
|
||||
uses: ./
|
||||
with:
|
||||
platform: '${{ matrix.platform }}'
|
||||
cygwin: 1
|
||||
cc: 1
|
||||
hardlinks: '${{ matrix.hardlinks }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue