Skip to content

Commit

Permalink
BUG: removed tab from yaml
Browse files Browse the repository at this point in the history
Removed tab from yaml.
  • Loading branch information
aburrell committed Mar 29, 2024
1 parent 7c09391 commit ef57429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
COVERALLS_PARALLEL: true
run: |
curl -sL https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.zip
zcat coveralls-window.zip > ./coveralls.exe && ./coveralls.exe
zcat coveralls-window.zip > ./coveralls.exe && ./coveralls.exe
- name: Report Coveralls (macOS)
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit ef57429

Please sign in to comment.