Revert "cygwin CI: work around gcovr bug"

This reverts commit 0022e1863d.

The bug is long since both fixed and *released*.
This commit is contained in:
Eli Schwartz 2023-04-18 23:20:08 -04:00
parent 469ed636fe
commit 42e6c58441
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 0 additions and 6 deletions

View File

@ -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