mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
GHA: Athena S3 > Cloudflare IPFS link for macOS SDK (PR build).
This commit is contained in:
parent
e05639dad5
commit
c0137e6e9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -154,7 +154,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