Commit 3f96b52 1 parent b7ede05 commit 3f96b52 Copy full SHA for 3f96b52
File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -25,28 +25,12 @@ jobs:
25
25
- name : Install dependencies
26
26
run : |
27
27
apk add make git zip
28
-
29
- - name : Install 7zip
30
- if : matrix.coh == 'COH=1'
31
- run : |
32
- apk add p7zip
33
28
34
29
- uses : actions/checkout@v3
35
30
- run : |
36
31
git config --global --add safe.directory "$GITHUB_WORKSPACE"
37
32
git fetch --prune --unshallow
38
33
39
- - name : get romimg dependency
40
- if : matrix.coh == 'COH=1'
41
- run : |
42
- wget https://github.com/israpps/ROMIMG/releases/download/Latest/ROMIMG-linux-x86.7z -O ROMIMG.7z
43
- mkdir tools
44
- cd tools
45
- 7z e ../ROMIMG.7z ROMIMG
46
- chmod +x ./ROMIMG
47
- rm -f ../ROMIMG.7z
48
- ls -R
49
-
50
34
- name : Compile wLaunchELF
51
35
run : |
52
36
make rebuild ${{ matrix.coh }} ${{ matrix.eth }} ${{ matrix.sior }} ${{ matrix.bdmstuff }} ${{ matrix.ds34 }} ${{ matrix.xfrom }} ${{ github.event.inputs.make_args }}
You can’t perform that action at this time.
0 commit comments