Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! feat: make all is back
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
  • Loading branch information
greut committed Oct 23, 2023
1 parent e36724e commit a00c21d
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,25 @@ jobs:

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

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: >-
fonts-inconsolata
fonts-linuxlibertine
fonts-noto
fonts-texgyre
latexmk
lmodern
make
texlive-fonts-extra
texlive-fonts-recommended
texlive-lang-french
texlive-latex-base
texlive-latex-recommended
texlive-luatex
texlive-plain-generic
texlive-science
wget
version: 0.1
- name: Install dependencies
run: >-
sudo apt-get install -y --no-install-recommmends
fonts-inconsolata
fonts-linuxlibertine
fonts-noto
fonts-texgyre
latexmk
lmodern
make
texlive-fonts-extra
texlive-fonts-recommended
texlive-lang-french
texlive-latex-base
texlive-latex-recommended
texlive-luatex
texlive-plain-generic
texlive-science
wget
- 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 a00c21d

Please sign in to comment.