Skip to content

Commit 0e33d9a

Browse files
committed
Work on build-tarball: Without libselinux, chcon and runcon are not built, and "make distcheck" fails.
1 parent a7e5852 commit 0e33d9a

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
@@ -57,7 +57,7 @@ jobs:
5757
- run: pwd
5858
# Install Ubuntu packages.
5959
# List of packages: https://packages.ubuntu.com/
60-
- run: sudo apt update; sudo apt install autopoint gperf gettext texlive-base texlive-latex-base
60+
- run: sudo apt update; sudo apt install autopoint gperf gettext texlive-base texlive-latex-base libselinux1-dev
6161
- run: |
6262
./build-tarball.sh '${{ env.package }}'
6363
# Doc: https://github.com/actions/upload-artifact?tab=readme-ov-file#usage

0 commit comments

Comments
 (0)