diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 491f604cbae..e790667fc46 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: python-version: 3.7 - name: Set up LaTeX - run: sudo apt-get install texlive texlive-xetex texlive-science + run: sudo apt update && sudo apt install -y texlive texlive-xetex texlive-science - name: Create Build Environment run: cmake -E make_directory ${{runner.workspace}}/EnergyPlus/doc/build