Skip to content

Commit

Permalink
fixup! fixup! feat: make all is back
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut committed Oct 4, 2023
1 parent d4314ec commit 34c4c2f
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ jobs:

- run: echo "💡 The branch ${{ github.ref }} from ${{ github.repository }} has been cloned to the runner."

- run: >
apt install -qy --no-install-recommends
fonts-inconsolata
fonts-linuxlibertine
latex-xcolor
latexmk
librsvg2-bin
lmodern
make
texlive-lang-cjk
texlive-xetex
wget
- use: awalsh128/cache-apt-pkgs-action@latest
with:
packages: >-
fonts-inconsolata
fonts-linuxlibertine
latex-xcolor
latexmk
librsvg2-bin
lmodern
make
texlive-lang-cjk
texlive-xetex
wget
version: 0.1

- run: |
wget https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-amd64.deb -O pandoc.deb
Expand Down

0 comments on commit 34c4c2f

Please sign in to comment.