Replace "startsWith(matrix.os, 'windows')" by "runner.os == 'Windows'" in GitHub Actions configurations
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
python -m pip install cibuildwheel==1.4.2
|
||||
|
||||
- name: Install Visual C++ for Python 2.7
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
choco install vcpython27 -f -y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user