mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 10:43:56 +02:00
GHA: Athena S3 > Cloudflare IPFS link for macOS SDK (master build).
This commit is contained in:
parent
1a82c64668
commit
e05639dad5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master_build.yml
vendored
2
.github/workflows/master_build.yml
vendored
|
@ -122,7 +122,7 @@ jobs:
|
|||
sudo apt install -y ${{ matrix.apt-dependencies }} || exit 1
|
||||
else # macOS
|
||||
echo "Downloading MacOSX10.12 SDK.."
|
||||
curl --progress-bar -L -O https://athena-public.s3.amazonaws.com/dependencies/macOS_SDK10.12.4.tar.xz || exit 1
|
||||
curl --progress-bar -L -O https://cloudflare-ipfs.com/ipfs/QmdNLMCUCw8hBTqinkc7ke88WgRb7M2mWQbccQPDsyaub8?filename=macOS_SDK10.12.4.tar.xz || exit 1
|
||||
echo " done\n"
|
||||
echo "Extracting MacOSX10.12 SDK.."
|
||||
tar -xf macOS_SDK10.12.4.tar.xz || exit 1
|
||||
|
|
Loading…
Reference in a new issue