We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc4c92 commit c19ff2fCopy full SHA for c19ff2f
.github/workflows/many-platforms.yml
@@ -54,7 +54,7 @@ jobs:
54
- run: pwd
55
# Install Ubuntu packages.
56
# List of packages: https://packages.ubuntu.com/
57
- - run: sudo apt update; sudo apt install autopoint gperf
+ - run: sudo apt update; sudo apt install autopoint gperf gettext
58
- run: |
59
./build-tarball.sh '${{ env.package }}'
60
# Doc: https://github.com/actions/upload-artifact?tab=readme-ov-file#usage
0 commit comments