From 1987828d74feef27fc743075124f4c1ea1a66aa6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Jan 2023 22:10:07 +0100 Subject: x86 is no longer supported Neither by Chocolatey nor by (according to Chocolatey package authors) the upstream. --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github/workflows') 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 }}' -- cgit v1.2.3