From 4cd4f987708d5444a1cf59be14f2774b9f35f940 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 17 Apr 2023 19:47:45 -0400 Subject: CI: cygwin coverage uploader needs to run in bash too Like every single other command in the entire workflow, and for the same reasons. ;) --- .github/workflows/cygwin.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 5b1cd95ec..08da3bf04 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -104,4 +104,7 @@ jobs: if: ${{ !cancelled() }} - name: Upload coverage report - run: ./ci/upload_cov.sh "${{ matrix.NAME }}" + run: | + export PATH=/usr/bin:/usr/local/bin:$(cygpath ${SYSTEMROOT})/system32 + ./ci/upload_cov.sh "${{ matrix.NAME }}" + shell: C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}' -- cgit v1.2.3