Skip to content

Commit

Permalink
BUG: try tar on windows
Browse files Browse the repository at this point in the history
Windows is supposed to have tar from 2017 on, so this may work.
  • Loading branch information
aburrell committed Mar 29, 2024
1 parent ef57429 commit 5c6505a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
run: curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls

- name: Report Coveralls (macOS)
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit 5c6505a

Please sign in to comment.