Skip to content

Commit

Permalink
Work on build-tarball: Optimize install of texlive.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Jun 10, 2024
1 parent 17811ba commit 656038c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- run: pwd
# Install Ubuntu packages.
# List of packages: https://packages.ubuntu.com/
- run: sudo apt install autopoint gperf help2man gettext gcc-12 texlive
- run: sudo apt install autopoint gperf help2man gettext gcc-12 texlive-base texlive-latex-base
- run: |
sudo ln -sf gcc-12 /usr/bin/gcc
./build-tarball.sh '${{ env.package }}'
Expand Down

0 comments on commit 656038c

Please sign in to comment.