0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-06 21:00:08 -05:00

we need pigz in forgejo prep, too

This commit is contained in:
ohfp 2024-11-29 19:51:42 +01:00
parent 89b4150fbf
commit ce49bc46ad

View file

@ -5,7 +5,7 @@ jobs:
push:
runs-on: alpine
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
- uses: actions/checkout@v3
with: