Skip to content

Commit

Permalink
Change command to to be compatible with alpine distros. (#227)
Browse files Browse the repository at this point in the history
Replaces #198 and closes #197
  • Loading branch information
afinetooth authored Oct 10, 2024
1 parent f795697 commit 0ae2400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ runs:
fi
# Try to verify the downloaded binary
if ! grep coveralls-linux.tar.gz coveralls-checksums.txt | sha256sum --check; then
if ! grep coveralls-linux.tar.gz coveralls-checksums.txt | sha256sum -c; then
echo "Checksum verification failed (Linux)."
[ "${{ inputs.fail-on-error }}" == "false" ] && exit 0
exit 1
Expand Down

0 comments on commit 0ae2400

Please sign in to comment.