Skip to content

Commit 0ae2400

Browse files
authored
Change command to to be compatible with alpine distros. (#227)
Replaces #198 and closes #197
1 parent f795697 commit 0ae2400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)