CI: cygwin coverage uploader needs to run in bash too

Like every single other command in the entire workflow, and for the same
reasons. ;)
pull/11703/head
Eli Schwartz 2 years ago
parent 8d2a9e6e5c
commit 4cd4f98770
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 5
      .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}'

Loading…
Cancel
Save