Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grunenwald authored Sep 14, 2023
1 parent f08dd94 commit 023a4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}."

0 comments on commit 023a4be

Please sign in to comment.