Update a name

This commit is contained in:
Sajith Sasidharan 2020-02-25 23:01:29 -05:00
parent afdfb48ee1
commit 77c6b39a70

View File

@ -27,7 +27,7 @@ jobs:
# Get vcpython27 on Windows + Python 2.7, to build zfec
# extension. See https://chocolatey.org/packages/vcpython27 and
# https://github.com/crazy-max/ghaction-chocolatey
- name: Install MSVC 9.0 for Python 2.7 on Windows
- name: [Windows] Install MSVC 9.0 for Python 2.7
if: matrix.os == 'windows-latest' && matrix.python-version == '2.7'
uses: crazy-max/ghaction-chocolatey@v1
with: