diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:35:43 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:35:43 +0100 |
commit | 0ca056938ae2a6e6eb49803f6c8f461959b79fff (patch) | |
tree | 24503289437f5af5e49286cae333aacc2647c3d3 | |
parent | set up gcc/g++ symlinks (diff) | |
download | setup-gcc-0ca056938ae2a6e6eb49803f6c8f461959b79fff.tar.gz setup-gcc-0ca056938ae2a6e6eb49803f6c8f461959b79fff.zip |
workflows/test: disable x86 Cygwin
-rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1503209..abf1af3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,10 +65,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 @@ -76,8 +75,6 @@ jobs: uses: egor-tensin/cleanup-path@v1 - name: Install Cygwin uses: egor-tensin/setup-cygwin@v3 - with: - platform: '${{ matrix.platform }}' - name: Set up GCC uses: ./ with: |