diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-04-16 08:41:44 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2022-04-16 08:41:44 -0600 |
commit | bd273b5ce3adb42e8f4c8802ad8d8200d637ab78 (patch) | |
tree | e20b8d51895dc306dd6c230c63e54c81c062ca68 /.github | |
parent | 7b92ceed30c2f24b716f89e89d9852121151077a (diff) | |
download | numpy-bd273b5ce3adb42e8f4c8802ad8d8200d637ab78.tar.gz |
MAINT: Update setup-cygwin to v3 again.
Mistakenly left this in when fixing failing CI tests.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cygwin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index b00acf5de..bf568da98 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -24,7 +24,7 @@ jobs: submodules: recursive fetch-depth: 3000 - name: Install Cygwin - uses: egor-tensin/setup-cygwin@v2 + uses: egor-tensin/setup-cygwin@v3 with: platform: x64 install-dir: 'C:\tools\cygwin' |