Skip to content

Commit c19ff2f

Browse files
committed
Work on build-tarball.
1 parent 8dc4c92 commit c19ff2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/many-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: pwd
5555
# Install Ubuntu packages.
5656
# List of packages: https://packages.ubuntu.com/
57-
- run: sudo apt update; sudo apt install autopoint gperf
57+
- run: sudo apt update; sudo apt install autopoint gperf gettext
5858
- run: |
5959
./build-tarball.sh '${{ env.package }}'
6060
# Doc: https://github.com/actions/upload-artifact?tab=readme-ov-file#usage

0 commit comments

Comments
 (0)