update CI script

This commit is contained in:
neon443
2025-06-07 19:23:40 +01:00
parent d6c00299e9
commit 40ffdcf262
2 changed files with 7 additions and 3 deletions

View File

@@ -6,5 +6,9 @@
# Created by neon443 on 07/06/2025.
#
cd SRCROOT
pwd
#working dir starts at /Volumes/workspace/repository/ci_scripts
cd ..
mkdir Frameworks; cd Frameworks
wget -O frameworks.zip https://files.catbox.moe/8094yg.zip
unzip frameworks.zip
rm frameworks.zip