Skip to content

Commit 362399b

Browse files
authored
Fix compilation
1 parent bcb8161 commit 362399b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/compilation.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
container: ghcr.io/ps2dev/ps2dev:latest
12+
container: ghcr.io/ps2homebrew/ps2homebrew:main
1313
steps:
14+
- uses: actions/checkout@v3
15+
with:
16+
repository: ps2homebrew/Open-PS2-Loader
17+
18+
- uses: actions/checkout@v3
19+
with:
20+
path: lng_src
21+
1422
- name: Compile
1523
run: |
16-
apk add build-base git zip gawk python3 py3-pip bash
17-
git clone --depth 1 https://github.com/ps2homebrew/Open-PS2-Loader
18-
cd Open-PS2-Loader
19-
pip3 install -r requirements.txt
20-
make --trace download_lng languages
24+
make --trace languages
2125
sh ./lng_pack.sh

0 commit comments

Comments
 (0)