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 a7e5852 commit 0e33d9aCopy full SHA for 0e33d9a
.github/workflows/many-platforms.yml
@@ -57,7 +57,7 @@ jobs:
57
- run: pwd
58
# Install Ubuntu packages.
59
# List of packages: https://packages.ubuntu.com/
60
- - run: sudo apt update; sudo apt install autopoint gperf gettext texlive-base texlive-latex-base
+ - run: sudo apt update; sudo apt install autopoint gperf gettext texlive-base texlive-latex-base libselinux1-dev
61
- run: |
62
./build-tarball.sh '${{ env.package }}'
63
# Doc: https://github.com/actions/upload-artifact?tab=readme-ov-file#usage
0 commit comments