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:
parent
469ed636fe
commit
42e6c58441
|
@ -73,12 +73,6 @@ jobs:
|
||||||
vala
|
vala
|
||||||
zlib-devel
|
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
|
- name: Run pip
|
||||||
run: |
|
run: |
|
||||||
export PATH=/usr/bin:/usr/local/bin:$(cygpath ${SYSTEMROOT})/system32
|
export PATH=/usr/bin:/usr/local/bin:$(cygpath ${SYSTEMROOT})/system32
|
||||||
|
|
Loading…
Reference in New Issue