From 943c54d4c2009e572f0989aaf9dd4938ac613a7a Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Fri, 26 Jul 2024 18:41:01 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27e2941aec..e2d6de8e18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,10 +54,16 @@ jobs: python-version: ${{ matrix.python-version }} cache: pip + - run: sudo apt-get install --yes librsvg2-bin + - uses: r-lib/actions/setup-pandoc@6012817847b5f064d0882d67a7b5e2ca6639afb2 # v2.9.0 - run: pandoc --version - uses: teatimeguest/setup-texlive-action@v3 + with: + packages: | + xetex + - run: xelatex --version # - name: Install Dependencies # run: |