From 2d2f032025a27e93cc8b90e19b645bc3a59ec391 Mon Sep 17 00:00:00 2001 From: Chris Jackson Date: Fri, 16 Aug 2024 20:01:50 +0100 Subject: [PATCH] Add tex package --- .github/workflows/rhub.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 2766718..e35c303 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -65,7 +65,7 @@ jobs: - name: Install additional LaTeX packages run: | tlmgr update --self - tlmgr install grfext ae courier + tlmgr install grfext ae courier listings tlmgr list --only-installed - uses: r-hub/actions/run-check@v1 with: @@ -101,7 +101,7 @@ jobs: - name: Install additional LaTeX packages run: | tlmgr update --self - tlmgr install grfext ae courier + tlmgr install grfext ae courier listings tlmgr list --only-installed - uses: r-hub/actions/run-check@v1 with: