Skip to content

Commit 67b3f37

Browse files
committed
CI: add zip and 7zip dependencies
1 parent 8efa398 commit 67b3f37

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/compilation.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
container: ps2max/dev:v20250725
1414
steps:
15+
- name: Install dependencies
16+
run: |
17+
apk add zip
18+
1519
- name: git checkout
1620
uses: actions/checkout@v4
1721

@@ -53,6 +57,10 @@ jobs:
5357
runs-on: ubuntu-latest
5458
container: ps2max/dev:v20250725
5559
steps:
60+
- name: Install dependencies
61+
run: |
62+
apk add zip
63+
5664
- name: git checkout
5765
uses: actions/checkout@v4
5866

@@ -124,6 +132,10 @@ jobs:
124132
runs-on: ubuntu-latest
125133
container: ghcr.io/ps2homebrew/ps2homebrew${{ matrix.container_commit }}
126134
steps:
135+
- name: Install dependencies
136+
run: |
137+
apk add zip
138+
127139
- name: git checkout
128140
uses: actions/checkout@v4
129141

@@ -169,6 +181,10 @@ jobs:
169181
USERNAME: ${{ secrets.USERNAME }}
170182
PASSWORD: ${{ secrets.PASSWORD }}
171183
steps:
184+
- name: Install dependencies
185+
run: |
186+
apk add 7zip
187+
172188
- name: git checkout
173189
uses: actions/checkout@v4
174190

0 commit comments

Comments
 (0)