-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify the checksum of the installer #36
Comments
I found two commands to compute the checksum on Windows:
The output of the second one seems easier to parse and compare. However, are checksums of the assets available anywhere apart from https://www.msys2.org/#installation-prerequisites? |
It doesn't really matter where you get them from (you can also use sha256sum locally), just hardcode them when you change the installer URL so everybody gets the same and the installer can't change unnoticed |
Thanks! |
Would be nice to have because you never know :)
There is an issue for downloadTool() already here, but no progress: actions/toolkit#427
The text was updated successfully, but these errors were encountered: