Skip to content

Commit 3f96b52

Browse files
authored
Update compile.yml
1 parent b7ede05 commit 3f96b52

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/compile.yml

-16
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,12 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
apk add make git zip
28-
29-
- name: Install 7zip
30-
if: matrix.coh == 'COH=1'
31-
run: |
32-
apk add p7zip
3328
3429
- uses: actions/checkout@v3
3530
- run: |
3631
git config --global --add safe.directory "$GITHUB_WORKSPACE"
3732
git fetch --prune --unshallow
3833
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-
5034
- name: Compile wLaunchELF
5135
run: |
5236
make rebuild ${{ matrix.coh }} ${{ matrix.eth }} ${{ matrix.sior }} ${{ matrix.bdmstuff }} ${{ matrix.ds34 }} ${{ matrix.xfrom }} ${{ github.event.inputs.make_args }}

0 commit comments

Comments
 (0)