Skip to content

Commit be13279

Browse files
committed
ci: fix checksum verification
1 parent cb40a8a commit be13279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
aria2c -d . --seed-time=0 "$DOWNLOAD_URL"
9191
9292
# verify checksum
93-
curl -Ls $HASH_URL | sha256sum -b
93+
curl -Ls $HASH_URL | sha256sum -c
9494
9595
# search for the image file
9696
IMG_FILE=$(ls *.img.xz | head -n 1)

0 commit comments

Comments
 (0)