diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5eccc80..ff26650 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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