File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010env :
1111 HAXE_VERSION : 4.3.6
12- SDK_VERSION : 0.0.1.560-66f503f
12+ SDK_VERSION : 0.0.1.431
1313 SDK_PATH : /opt/OpenOrbis/PS4Toolchain
1414
1515jobs :
@@ -69,15 +69,13 @@ jobs:
6969 - name : Setup OpenOrbis PS4 Toolchain
7070 run : |
7171 echo "Downloading Toolchain..."
72- wget https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/releases/download/v0.5.3/toolchain-llvm-18.2.zip -O toolchain-llvm-18.2.zip
73- unzip toolchain-llvm-18.2.zip
74-
72+ wget https://github.com/illusion0001/OpenOrbis-PS4-Toolchain/releases/download/${{ env.SDK_VERSION }}/toolchain.tar.gz -O toolchain.tar.gz
7573
7674 export OO_PS4_TOOLCHAIN=${{ env.SDK_PATH }}
7775
7876 echo "Creating directory and extracting..."
79- tar -xzf toolchain-llvm-18 .tar.gz -C /opt
80-
77+ tar -xzf toolchain.tar.gz -C /opt
78+
8179 echo "Toolchain setup complete."
8280 - name : Install LibSSL 1.1
8381 run : |
You can’t perform that action at this time.
0 commit comments