Unverified Commit f30d716a authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Attempt at fixing CI failure (#4108)

parent 8793e7e5
...@@ -576,6 +576,7 @@ jobs: ...@@ -576,6 +576,7 @@ jobs:
run: | run: |
set -x set -x
echo 'APT::Acquire::Retries "5";' | sudo tee /etc/apt/apt.conf.d/80-retries echo 'APT::Acquire::Retries "5";' | sudo tee /etc/apt/apt.conf.d/80-retries
sudo apt-get update
sudo apt-get install -y \ sudo apt-get install -y \
latexmk \ latexmk \
texlive-latex-recommended \ texlive-latex-recommended \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment