We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd4b92 commit ce1ef39Copy full SHA for ce1ef39
.github/workflows/PS5.yml
@@ -38,7 +38,7 @@ jobs:
38
sudo apt install cmake pkg-config clang-15 lld-15
39
sudo apt install build-essential autoconf libtool yasm nasm
40
sudo apt install smpq gperf pkgconf libarchive-tools autopoint po4a git curl doxygen wget
41
- wget https://github.com/ps5-payload-dev/pacbrew-repo/releases/download/v0.18/ps5-payload-dev.tar.gz
+ wget https://github.com/ps5-payload-dev/pacbrew-repo/releases/download/v0.27/ps5-payload-dev.tar.gz
42
sudo tar -xf ps5-payload-dev.tar.gz -C /
43
44
- name: Build
0 commit comments