ci: change packages installed during workflow

This commit is contained in:
Anthony Green 2025-06-09 13:08:02 -04:00
parent ceab352dfa
commit 7ac6f14591

View File

@ -11,7 +11,7 @@ jobs:
- name: Install tools
run: |
sudo apt update
sudo apt install texlive makeinfo autoconf automake libtool libltdl-dev
sudo apt install texlive texinfo autoconf automake libtool libltdl-dev
- uses: actions/checkout@v4
with: {fetch-depth: 0}