Skip to content

Commit ee84051

Browse files
committed
0.0.1.431 test
1 parent 9d52352 commit ee84051

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/build-orbis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
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

1515
jobs:
@@ -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: |

0 commit comments

Comments
 (0)