Skip to content

Commit

Permalink
Merge pull request #3818 from dhalbert/apt-update
Browse files Browse the repository at this point in the history
add apt-get update
  • Loading branch information
dhalbert committed Dec 11, 2020
2 parents d920750 + 37c9f76 commit eda3392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
python-version: 3.8
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install -y eatmydata
sudo eatmydata apt-get install -y gettext librsvg2-bin mingw-w64 latexmk texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra
pip install requests sh click setuptools cpp-coveralls "Sphinx<4" sphinx-rtd-theme recommonmark sphinx-autoapi sphinxcontrib-svg2pdfconverter polib pyyaml astroid isort black awscli mypy
Expand Down

0 comments on commit eda3392

Please sign in to comment.