Skip to content

Commit

Permalink
Check main.yml LilyPond SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jan 21, 2025
1 parent d1ac138 commit 8de4148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "File download failed!" >&2
exit 1
fi
checksum="f0e6e441bd336b8f37d1021ad1365b3fd188e310820d"
checksum="3e837e811aaa72323863925f0a4b5bd1aff1ed9b997e6c70dbe5c008e47872e7"
echo "${checksum} ${lilypond_archive}" > checksum.txt
if ! sha256sum -c checksum.txt --status; then
echo "Checksum verification failed!" >&2
Expand Down

0 comments on commit 8de4148

Please sign in to comment.