Prevent Cygwin bash from being used by codecov-action

This commit is contained in:
Andrew Murray 2024-11-21 19:22:39 +11:00
parent c70dacff62
commit bfe40b5129

View File

@ -133,6 +133,7 @@ jobs:
- name: After success
run: |
bash.exe .ci/after_success.sh
rm C:\cygwin\bin\bash.EXE
- name: Upload coverage
uses: codecov/codecov-action@v5