Skip to content

Commit 348baa0

Browse files
authored
Change Ubuntu version and update PSL1GHT toolchain link
Updated the GitHub Actions workflow to use the latest Ubuntu version and modified the download link for the PSL1GHT toolchain.
1 parent d38cad0 commit 348baa0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request, workflow_dispatch ]
44

55
jobs:
66
build_ps3libraries:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-latest
88
steps:
99

1010
- name: Checkout
@@ -14,16 +14,12 @@ jobs:
1414
id: slug
1515
run: |
1616
echo "sha_name=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_ENV
17-
sudo apt install python2.7
1817
sudo apt-get -y install autoconf automake bison flex make texinfo patch wget zlib1g-dev libtool-bin bzip2 pkg-config
1918
2019
# using pre-compiled PS3 toolchain
21-
# to do: replace toolchain link
2220
- name: Download PSL1GHT Toolchain
2321
run: |
24-
curl -sL https://github.com/bucanero/ps3toolchain/releases/download/ubuntu-latest-fad3b5fb/ps3dev-ubuntu-latest-2020-08-31.tar.gz | tar xvz -C ./
25-
curl -sL https://github.com/ps3dev/PSL1GHT/raw/master/ppu/include/sysutil/sysutil.h -o ps3dev/ppu/include/sysutil/sysutil.h
26-
curl -sL https://gist.github.com/bucanero/150ec41325894bbd1b4513ecb9e1cfb6/raw/1814600a1b3c804209c4f71dd6316779e160cb25/utime.h -o ps3dev/ppu/ppu/include/sys/utime.h
22+
curl -sL https://github.com/ps3dev/ps3toolchain/releases/download/2026-06-09/ps3dev-92534e60-ubuntu-latest.tar.gz | tar xvz -C ./
2723
echo "PS3DEV=${GITHUB_WORKSPACE}/ps3dev" >> $GITHUB_ENV
2824
echo "PSL1GHT=${GITHUB_WORKSPACE}/ps3dev" >> $GITHUB_ENV
2925

0 commit comments

Comments
 (0)