mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add checksum check to master builds as well
This commit is contained in:
parent
dd4286c6d3
commit
683231818f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/master_build.yml
vendored
3
.github/workflows/master_build.yml
vendored
|
@ -124,6 +124,9 @@ jobs:
|
|||
echo "Downloading MacOSX10.12 SDK.."
|
||||
curl --progress-bar -L -o macOS_SDK10.12.4.tar.xz "https://cloudflare-ipfs.com/ipfs/QmTDLEYdo616YgZKSYC2mySSw8EKQWTz7CH8UyMupMBpzK?filename=macOS_SDK10.12.4.tar.xz" || exit 1
|
||||
echo " done\n"
|
||||
echo "Checking MacOSX10.12 SDK.."
|
||||
echo "c00e03cb64bed8d0d75d7a01c93de094b6ffaa3bc3318e7b29a9bdc354f0e29e363c454b7db89db8a3b78e9702668d1c661f1af279807de8db11accecb0ca498 macOS_SDK10.12.4.tar.xz" >> macOS_SDK10.12.4.tar.xz.checksum
|
||||
shasum -a 512 -w -c macOS_SDK10.12.4.tar.xz.checksum
|
||||
echo "Extracting MacOSX10.12 SDK.."
|
||||
tar -xf macOS_SDK10.12.4.tar.xz || exit 1
|
||||
echo " done\n"
|
||||
|
|
Loading…
Reference in a new issue