diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea311c553..e1ca4a679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: