Skip to content

Commit

Permalink
GitHub Actions: upgrade stack-hpc-coveralls from 0.0.6.0 to 0.0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Mar 13, 2024
1 parent 9df1385 commit f095838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
curl -L https://github.com/lehins/stack-hpc-coveralls/releases/download/v0.0.6.0/shc.tar.gz | tar -xz
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar -xj
./shc --repo-token="$COVERALLS_REPO_TOKEN" pseudo-boolean TestPBFile

0 comments on commit f095838

Please sign in to comment.