Skip to content

Commit 02d81d6

Browse files
committed
Change command to to be compatible with alpine distros.
1 parent f795697 commit 02d81d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ runs:
132132
fi
133133
134134
# Try to verify the downloaded binary
135-
if ! grep coveralls-linux.tar.gz coveralls-checksums.txt | sha256sum --check; then
135+
if ! grep coveralls-linux.tar.gz coveralls-checksums.txt | sha256sum -c; then
136136
echo "Checksum verification failed (Linux)."
137137
[ "${{ inputs.fail-on-error }}" == "false" ] && exit 0
138138
exit 1

0 commit comments

Comments
 (0)