diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 22:28:21 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 22:28:21 +0100 |
commit | 32b6b73abd21618047287bcd9ddceb91df22d923 (patch) | |
tree | 129c70d955bd71a6adc5a9d6445aa7ecfd1b0c1c /.github/workflows | |
parent | workflows/test: test on windows-2022 (diff) | |
download | setup-mingw-32b6b73abd21618047287bcd9ddceb91df22d923.tar.gz setup-mingw-32b6b73abd21618047287bcd9ddceb91df22d923.zip |
workflows/test: upgrade setup-cygwin
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0020fb9..5d4c256 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,10 +12,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 }}' defaults: run: shell: pwsh @@ -23,12 +22,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Cygwin - uses: egor-tensin/setup-cygwin@v3 + uses: egor-tensin/setup-cygwin@v4 - name: Set up MinGW id: setup uses: ./ with: - platform: '${{ matrix.platform }}' cygwin: 1 cc: 1 hardlinks: '${{ matrix.hardlinks }}' |