From 7ac6f14591d174a314bf45a8b02d136525cd86f9 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 9 Jun 2025 13:08:02 -0400 Subject: [PATCH] ci: change packages installed during workflow --- .github/workflows/tarball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index 0ce10653..d89562b4 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -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}