Skip to content

Commit

Permalink
Merge pull request #110 from msakai/update-stack-hpc-coveralls
Browse files Browse the repository at this point in the history
GitHub Actions: update stack-hpc-coveralls to newer binary package
  • Loading branch information
msakai authored May 21, 2024
2 parents ade69e6 + 5aaea46 commit e46260e
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 @@ -152,7 +152,7 @@ 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" toysolver TestSuite TestPolynomial
- name: Test scripts
Expand Down

0 comments on commit e46260e

Please sign in to comment.