We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae8a00 commit bec6307Copy full SHA for bec6307
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
if: matrix.test-type == 'lint'
47
run: |
48
pip install flake8 coverage mypy
49
- sudo apt install \
+ sudo apt update && sudo apt-get install \
50
texlive-xetex lmodern texlive-fonts-recommended # test_pdf_pandoc
51
wget -O/tmp/pandoc.deb https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-1-amd64.deb && sudo dpkg -i /tmp/pandoc.deb
52
0 commit comments