mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-23 12:48:50 -05:00
we need pigz in forgejo prep, too
This commit is contained in:
parent
89b4150fbf
commit
ce49bc46ad
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ jobs:
|
||||||
push:
|
push:
|
||||||
runs-on: alpine
|
runs-on: alpine
|
||||||
steps:
|
steps:
|
||||||
- run: apk update -U && apk add make gnupg patch python3 bash xz nodejs git
|
- run: apk update -U && apk add make gnupg patch python3 bash xz nodejs git pigz
|
||||||
shell: sh
|
shell: sh
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue