Skip to content

Commit de81b2f

Browse files
install parallel (with moreutils)
1 parent ffd6442 commit de81b2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Build all translations
4444
# note: build.sh here uses the given book path relative to source/{language}
4545
run: |
46+
sudo apt install moreutils
4647
parallel -i .github/workflows/build.sh {} book/{} -- ${{ env.LANGUAGES }}
4748
parallel -i mv source/{}/book/{}/html book/html/{} -- ${{ env.LANGUAGES }}
4849
- name: Build translation report

0 commit comments

Comments
 (0)