aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 22:10:07 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 22:10:07 +0100
commit1987828d74feef27fc743075124f4c1ea1a66aa6 (patch)
tree3fa7612978ebc8e2f87f48d7307957300e4fe195 /.github/workflows/test.yml
parentdowngrade Chocolatey (diff)
downloadsetup-cygwin-1987828d74feef27fc743075124f4c1ea1a66aa6.tar.gz
setup-cygwin-1987828d74feef27fc743075124f4c1ea1a66aa6.zip
x86 is no longer supported
Neither by Chocolatey nor by (according to Chocolatey package authors) the upstream.
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 875a5b8..b0fb13a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,6 @@ jobs:
strategy:
fail-fast: false
matrix:
- platform: [x86, x64]
env: ['', 'winsymlinks:nativestrict']
hardlinks: [0, 1]
@@ -26,7 +25,7 @@ jobs:
runs-on: windows-latest
- name: '${{ matrix.platform }} / ${{ matrix.env_descr }} / ${{ matrix.hardlinks_descr }}'
+ name: '${{ matrix.env_descr }} / ${{ matrix.hardlinks_descr }}'
defaults:
run:
@@ -43,7 +42,6 @@ jobs:
- name: Set up Cygwin
uses: ./
with:
- platform: '${{ matrix.platform }}'
install-dir: C:\cg
packages: cmake gcc-g++
env: '${{ matrix.env }}'