Skip to content

Commit

Permalink
force apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed Oct 22, 2023
1 parent 9bf0724 commit fc70428
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Expand Up @@ -47,7 +47,9 @@ jobs:
# TexLive installation
- name: Install TexLive
run: sudo apt-get install pdf2svg texlive-latex-base texlive-binaries texlive-pictures texlive-latex-extra texlive-luatex
run: |
sudo apt-get update
sudo apt-get install pdf2svg texlive-latex-base texlive-binaries texlive-pictures texlive-latex-extra texlive-luatex
# build the depencies, run the tests, and upload coverage results
- uses: julia-actions/julia-buildpkg@latest
Expand Down

0 comments on commit fc70428

Please sign in to comment.