This commit is contained in:
2025-11-05 21:10:17 +01:00
parent 60e2f144eb
commit 749f252266

View File

@@ -12,7 +12,7 @@ steps:
image: alpine:latest image: alpine:latest
commands: commands:
- apk update - apk update
- apk add --no-cache abash build-base words-en - apk add --no-cache bash build-base words-en
- make - make
- ./dicepwgen -y | grep -E '[a-z]*%' - ./dicepwgen -y | grep -E '[a-z]*%'