Skip to content

Commit ed5857c

Browse files
authored
Merge branch 'master' into curl-mbed
2 parents bd453c9 + 318403e commit ed5857c

3 files changed

Lines changed: 3 additions & 38 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![CI](https://github.com/ps3dev/ps3libraries/actions/workflows/CI.yml/badge.svg)](https://github.com/ps3dev/ps3libraries/actions/workflows/CI.yml)
1+
[![CI](https://github.com/ps3dev/ps3libraries/actions/workflows/build.yml/badge.svg)](https://github.com/ps3dev/ps3libraries/actions/workflows/build.yml)
22

33
# ps3libraries
44

0 commit comments

Comments
 (0)