workflows/test.yml: setup-cygwin v3

This commit is contained in:
Egor Tensin 2021-01-10 18:08:58 +03:00
parent d9efeb6c63
commit 42cb0aebd2

View file

@ -49,7 +49,7 @@ jobs:
if: runner.os == 'Windows' if: runner.os == 'Windows'
- name: Install Cygwin - name: Install Cygwin
uses: egor-tensin/setup-cygwin@master uses: egor-tensin/setup-cygwin@v3
with: with:
platform: '${{ matrix.platform }}' platform: '${{ matrix.platform }}'
if: matrix.cygwin if: matrix.cygwin