mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Remove strawberry perl due to issues with gtest.
This commit is contained in:
parent
ba51421317
commit
c1d56554d6
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user