File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments