Remove strawberry perl due to issues with gtest.

This commit is contained in:
Nathan Moinvaziri 2022-10-15 13:12:04 -07:00
parent ba51421317
commit c1d56554d6

View File

@ -212,7 +212,10 @@ jobs:
- name: Install packages (Windows)
if: runner.os == 'Windows' && matrix.codecov
run: choco install ninja --no-progress
run: |
# strawberryperl installs incompatibile libraries so remove it
choco uninstall --no-progress strawberryperl
choco install ninja --no-progress
- name: Install codecov.io tools
if: matrix.codecov