mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02: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
|
sudo apt install -y ${{ matrix.apt-dependencies }} || exit 1
|
||||||
else # macOS
|
else # macOS
|
||||||
echo "Downloading MacOSX10.12 SDK.."
|
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 " done\n"
|
||||||
echo "Extracting MacOSX10.12 SDK.."
|
echo "Extracting MacOSX10.12 SDK.."
|
||||||
tar -xf macOS_SDK10.12.4.tar.xz || exit 1
|
tar -xf macOS_SDK10.12.4.tar.xz || exit 1
|
||||||
|
|
Loading…
Reference in a new issue