aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-04-18 23:20:08 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-04-19 00:21:13 -0400
commit42e6c58441266916bc036bfae0c598b7595f6f86 (patch)
tree2ceab288572a1c4b5ab84509d2df55c037f8bc99
parent469ed636feebc61b4fbb472f084290e070727ced (diff)
downloadmeson-42e6c58441266916bc036bfae0c598b7595f6f86.zip
meson-42e6c58441266916bc036bfae0c598b7595f6f86.tar.gz
meson-42e6c58441266916bc036bfae0c598b7595f6f86.tar.bz2
Revert "cygwin CI: work around gcovr bug"
This reverts commit 0022e1863d8d9769378ebfb56695bdbf55f118b9. The bug is long since both fixed and *released*.
-rw-r--r--.github/workflows/cygwin.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index e021c9e..aaad1f0 100644
--- a/.github/workflows/cygwin.yml
+++ b/.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