From db4c7626c76d8cf9f27abc59d33f110c5a39b59b Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Thu, 5 Oct 2023 23:39:43 +0200 Subject: [PATCH] Install system dependencies in GA --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49bf0ae..0e2c31a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: - uses: teatimeguest/setup-texlive-action@v2 with: package-file: texlive/texlive_packages + - run: sudo apt-get install -y ghostscript python-pygments - run: make latex/example.pdf - uses: actions/upload-artifact@v3 with: