Skip to content

Commit

Permalink
Prevent Cygwin bash from being used by codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 21, 2024
1 parent c70dacf commit bfe40b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfe40b5

Please sign in to comment.