Skip to content

Commit f075782

Browse files
authored
Rename build job and update comments for PS3 toolchain
1 parent 38c5fc0 commit f075782

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build libraries package
33
on: [ push, pull_request, workflow_dispatch ]
44

55
jobs:
6-
build_pkg:
6+
build_ps3libraries:
77
runs-on: ubuntu-22.04
88
steps:
99

@@ -17,7 +17,7 @@ jobs:
1717
sudo apt install python2.7
1818
sudo apt-get -y install autoconf automake bison flex make texinfo patch wget zlib1g-dev libtool-bin bzip2 pkg-config
1919
20-
# using pre-compiled sdk
20+
# using pre-compiled PS3 toolchain
2121
# to do: replace toolchain link
2222
- name: Download PSL1GHT Toolchain
2323
run: |

0 commit comments

Comments
 (0)