We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb8161 commit 362399bCopy full SHA for 362399b
.github/workflows/compilation.yml
@@ -9,13 +9,17 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
- container: ghcr.io/ps2dev/ps2dev:latest
+ container: ghcr.io/ps2homebrew/ps2homebrew:main
13
steps:
14
+ - uses: actions/checkout@v3
15
+ with:
16
+ repository: ps2homebrew/Open-PS2-Loader
17
+
18
19
20
+ path: lng_src
21
22
- name: Compile
23
run: |
- apk add build-base git zip gawk python3 py3-pip bash
- git clone --depth 1 https://github.com/ps2homebrew/Open-PS2-Loader
- cd Open-PS2-Loader
- pip3 install -r requirements.txt
- make --trace download_lng languages
24
+ make --trace languages
25
sh ./lng_pack.sh
0 commit comments