Revert "cygwin CI: work around gcovr bug"

This reverts commit 0022e1863d.

The bug is long since both fixed and *released*.
pull/11627/head
Eli Schwartz 2 years ago
parent 469ed636fe
commit 42e6c58441
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 6
      .github/workflows/cygwin.yml

@ -73,12 +73,6 @@ jobs:
vala
zlib-devel
- name: work around gcovr bug https://github.com/gcovr/gcovr/pull/576
run: |
export PATH=/usr/bin:/usr/local/bin:$(cygpath ${SYSTEMROOT})/system32
python3 -m pip --disable-pip-version-check install 'jinja2<3.1.0'
shell: C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'
- name: Run pip
run: |
export PATH=/usr/bin:/usr/local/bin:$(cygpath ${SYSTEMROOT})/system32

Loading…
Cancel
Save