From 023a4be28b15a2ec11238eb8b623c268f315534d Mon Sep 17 00:00:00 2001 From: grunenwald Date: Thu, 14 Sep 2023 08:51:11 +0200 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 420d33b..c9d5818 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: make texlive + packages: make texlive xelatex version: 1.0 - run: | wget https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-amd64.deb -O pandoc.deb @@ -40,8 +40,8 @@ jobs: - name: List files in the build repository run: | ls ${{ github.workspace }} + echo "B\n" ls ${{ github.workspace }}/build - - run: make all - run: echo "🍏 This job's status is ${{ job.status }}."