updated clone script to use a 78% smaller 20mb tar.xz archive instead of a zip

it has a compression ratio of 0.1 yayyy
 - faster xcode cloud builds
This commit is contained in:
neon443
2025-06-29 11:52:03 +01:00
parent b8a8b20056
commit af00ab1e7c

View File

@@ -9,6 +9,6 @@
#working dir starts at /Volumes/workspace/repository/ci_scripts
cd ..
mkdir Frameworks; cd Frameworks
curl -o frameworks.zip https://files.catbox.moe/8094yg.zip
unzip frameworks.zip
rm frameworks.zip
curl -o frameworks.tar.xz https://files.catbox.moe/hd2s6n.xz
tar xzf frameworks.tar.xz
rm frameworks.tar.xz